-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
42 lines (38 loc) · 1.63 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@400;600;800&family=Special+Elite&family=Alegreya:ital,wght@0,400..900;1,400..900&family=Jim+Nightshade&family=Cinzel:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"
rel="stylesheet">
<title>snapjay | Engineer + Entrepreneur | Knoxville, TN</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6HK496846C" defer></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6HK496846C', { send_page_view: false });
</script>
</head>
<!--
_
(_)
___ _ __ __ _ _ __ _ __ _ _ _
/ __| '_ \ / _` | '_ \| |/ _` | | | |
\__ \ | | | (_| | |_) | | (_| | |_| |
|___/_| |_|\__,_| .__/| |\__,_|\__, |
| | _/ | __/ |
|_| |__/ |___/
Thank you so much for checking out my code! - It means so much to me!
Better check https://github.com/snapjay/snapjay.com for an unminified version.
While you're there, checkout some of my other repos or email dan@snapjay.com!
-->
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>