-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (44 loc) · 1.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="tags" content="snapjay, frontend, developer, engineer, vuejs, reactjs, JavaScript">
<meta name="description" content="snapjay - An Experienced Frontend Web Developer.">
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<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=Anton+SC&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>snapjay.com - Experienced Front End Engineer</title>
<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');
</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 [email protected]!
-->
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>