-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
47 lines (45 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>not related to 18F.gov</title>
<!-- COMMON TAGS -->
<meta charset="utf-8" />
<!-- Search Engine -->
<meta name="description" content="not related to 18F.gov" />
<meta name="image" content="https://18f.org/social.gif" />
<!-- Schema.org for Google -->
<meta itemprop="name" content="18f.org" />
<meta itemprop="description" content="not related to 18F.gov" />
<meta itemprop="image" content="https://18f.org/social.gif" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="18f.org" />
<meta name="twitter:description" content="not related to 18F.gov" />
<meta name="twitter:image:src" content="https://18f.org/social.gif" />
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="18f.org" />
<meta name="og:description" content="not related to 18F.gov" />
<meta name="og:image" content="https://18f.org/social.gif" />
<meta name="og:url" content="https://18f.org" />
<meta name="og:site_name" content="18f.org" />
<meta name="og:locale" content="en_US" />
<meta name="og:type" content="website" />
<style type="text/css" id="styles">
#giraffe_fact {
font-family: sans-serif;
font-size: 48px;
font-weight: bold;
text-align: center;
padding: 0 30px;
z-index: 2;
}
</style>
</head>
<body>
<not-gov-banner></not-gov-banner>
<div id="emoji-container"></div>
<giraffe-facts></giraffe-facts>
<script src="js/main.js" type="module"></script>
<script src="js/banner.js" type="module"></script>
</body>
</html>