This repository has been archived by the owner on Sep 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
96 lines (93 loc) · 2.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="cache-control" content="no-cache, no-store, must-revalidate" />
<meta name="pragma" content="no-cache" />
<meta name="expires" content="0" />
<title>eApp</title>
<!-- Icons -->
<link
href="/img/favicons/favicon.ico"
rel="shortcut icon"
type="image/ico"
/>
<link href="/img/favicons/favicon.png" rel="icon" type="image/png" />
<link
href="/img/favicons/favicon-192.png"
rel="icon"
type="image/png"
sizes="192x192"
/>
<link
href="/img/favicons/favicon-57.png"
rel="apple-touch-icon-precomposed"
type="image/png"
/>
<link
href="/img/favicons/favicon-72.png"
rel="apple-touch-icon-precomposed"
type="image/png"
sizes="72x72"
/>
<link
href="/img/favicons/favicon-114.png"
rel="apple-touch-icon-precomposed"
type="image/png"
sizes="114x114"
/>
<link
href="/img/favicons/favicon-144.png"
rel="apple-touch-icon-precomposed"
type="image/png"
sizes="144x144"
/>
<!--
HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries
-->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script type="text/javascript" src="/html5shiv.min.js"></script>
<script type="text/javascript" src="/respond.min.js"></script>
<![endif]-->
</head>
<body>
<table class="print-table">
<thead class="print-only">
<tr>
<th> </th>
</tr>
</thead>
<tbody>
<tr>
<td><div id="app"></div></td>
</tr>
</tbody>
<tfoot class="print-only">
<tr>
<th> </th>
</tr>
</tfoot>
</table>
<div class="print-header print-only">FOR OFFICIAL USE ONLY</div>
<div class="print-footer print-only">FOR OFFICIAL USE ONLY</div>
<noscript>
<div class="usa-alert usa-alert-warning">
<div class="usa-alert-body">
<h3 class="usa-alert-heading">
Your browser does not support JavaScript.
</h3>
<p class="usa-alert-text">
In order to view the full content of this site, please use a browser
with JavaScript enabled. If you cannot, please
<a href="https://github.com/18F/culper/issues/new"
>file an issue on GitHub</a
>.
</p>
</div>
</div>
</noscript>
</body>
</html>