-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (27 loc) · 972 Bytes
/
index.html
File metadata and controls
35 lines (27 loc) · 972 Bytes
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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Gov Availability</title>
<meta name="description" content="The availability of the government of the United States of America.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><span class="big">Availability</span> of the government of the United States of America</h1>
<div class="availability">
<h2>This Year</h2>
<p id="this-year"></p>
<h2>This Administration</h2>
<p id="this-administration"></p>
<h2>All Time</h2>
<p id="all-time"></p>
</div>
<p class="footer">
<a href="https://github.com/cmgiven/gov-availability/">GitHub</a> |
<a href="https://github.com/cmgiven/gov-availability/blob/master/data.json">Data</a> |
<a href="https://github.com/cmgiven/gov-availability/blob/master/LICENSE.txt">No copyright</a>
</p>
<script src="script.js"></script>
</body>
</html>