-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 1.43 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
<html>
<head>
<title>Guy Fieri Star Map</title>
<meta
name="description"
value="Get your Guy Fieri Star Map here! Save time with your own Guy Fieri Star Map!">
<meta property="og:type" content="website">
<meta property="og:url" content="http://guyfieristarmap.com/">
<meta property="og:title" content="Guy Fieri Star Map">
<meta property="og:description" content="Save time with your very own Guy Fieri Star Map!">
<meta property="og:image" content="http://guyfieristarmap.com/images/guy_fieri_star_map.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="http://guyfieristarmap.com">
<meta property="twitter:title" content="Guy Fieri Star Map">
<meta property="twitter:description" content="Save time with your very own Guy Fieri Star Map!">
<meta property="twitter:image" content="http://guyfieristarmap.com/images/guy_fieri_star_map.png">
<style>
img {
width: 100%;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43449528-26"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-43449528-27');
</script>
</head>
<body>
<img src="images/guy_fieri_star_map.png"
alt="Map showing location of Guy Fieri's star on Hollywood Boulevard"/>
</body>
</html>