-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
31 lines (27 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hunter Evanoff | Developer</title>
<meta name="description" content="Full Stack Web Developer" />
<link rel="canonical" href="https://www.evanoff.dev" />
<!-- Open Graph -->
<meta property="og:title" content="Hunter Evanoff" />
<meta property="og:description" content="Full Stack Web Developer" />
<meta property="og:image" content="https://evanoff.dev/ogImage.png" />
<meta property="og:type" content="website" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="Hunter Evanoff" />
<meta name="twitter:title" content="Hunter Evanoff" />
<meta name="twitter:description" content="Full Stack Web Developer" />
<link rel="icon" type="image/png" href="/portfolio-icon.png" />
<link rel="apple-touch-icon" href="/portfolio-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>