-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (41 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="only light">
<link rel="dns-prefetch" href="https://raw.githubusercontent.com" crossorigin>
<link rel="dns-prefetch" href="https://cdn.simpleicons.org/" crossorigin>
<link rel="preload" as="font" href="/font/fontello.woff2">
<link rel="preload" as="style" href="/css/fontello.css">
<link rel="preload" as="style" href="/css/animation.css">
<link rel="stylesheet" id="fontello-css" href="/css/fontello.css" type="text/css" media="all">
<link rel="stylesheet" id="animation-css" href="/css/animation.css" type="text/css" media="all">
<link rel="author" href="/humans.txt" type="text/plain">
<title>Erin Morelli | Software Engineer</title>
<meta name="description" content="Erin Morelli is a software engineer who is passionate about crafting user-centric experiences that blend functionality with a touch of creativity.">
<meta name="image" content="https://erin.dev/img/photo.webp">
<meta property="og:title" content="Erin Morelli | Software Engineer">
<meta property="og:description" content="Erin Morelli is a software engineer who is passionate about crafting user-centric experiences that blend functionality with a touch of creativity.">
<meta property="og:image" content="https://erin.dev/img/photo.webp">
<meta property="og:type" content="website">
<meta property="og:url" content="https://erin.dev">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WVRXB6F4FG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WVRXB6F4FG');
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>