forked from thephillybirds/thephillybirds.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (52 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113369290-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113369290-1');
</script>
<title>Did the Eagles Win the Super Bowl?</title>
<meta name="language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Find out if the Eagles won the Super Bowl" />
<meta name="keywords" content="Super Bowl, Eagles, Philadelphia, Football, Champions, Winners, Big Game" />
<meta name="classification" content="sports" />
<meta name="distribution" content="global" />
<meta name="rating" content="safe for kids" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="365 days" />
<meta name="creator" content="The Fans" />
<meta name="publisher" content="The Fans" />
<meta name="og:title" content="Did the Eagles Win the Super Bowl?"/>
<meta name="og:type" content="website"/>
<meta name="og:url" content="https://www.didtheeagleswinthesuperbowl.com/"/>
<meta name="og:image" content="https://www.didtheeagleswinthesuperbowl.com/logo.png"/>
<meta name="og:site_name" content="Did the Eagles Win the Super Bowl?"/>
<meta name="og:description" content="Find out if the Eagles won the Super Bowl"/>
<meta name="og:latitude" content="-75.167165998"/>
<meta name="og:longitude" content="39.900496398"/>
<meta name="og:street-address" content="1 Lincoln Financial Field Way"/>
<meta name="og:locality" content="Philadelphia"/>
<meta name="og:region" content="PA"/>
<meta name="og:postal-code" content="19148"/>
<meta name="og:country-name" content="USA"/>
<style type="text/css">
body {
background-color: #014A53;
color: #fff;
}
h1 {
font-size: 20em;
text-align: center;
font-family: Arial;
}
</style>
</head>
<body>
<h1>YES</h1>
</body>
</html>