-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.47 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
<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<!-- HTML Meta Tags -->
<title><></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="<>" />
<meta name="canonical" href="<>" />
<meta name="theme-color" content="#128A74" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="<>" />
<meta property="og:description" content="<>" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<>" />
<meta property="og:image" content="https://tylergordonhill.com/images/linkpreview.png" />
<!-- <> -->
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="<>" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" content="tylergordonhill.com" />
<!-- Link Tags -->
<link rel="icon" href="/images/tabicon.png" />
<!-- <> -->
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script src="https://www.gstatic.com/firebasejs/10.1.0/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.1.0/firebase-analytics-compat.js"></script>
<script src="script.js"></script>
</body>
</html>