-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.3 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nicholas Bennett | Frontend Developer</title>
<!-- Open Graph (OG) Meta Tags -->
<meta property="og:title" content="Nicholas Bennett | Frontend Developer">
<meta property="og:description" content="Developer • Mentor • Data Whisperer • Listener">
<meta property="og:type" content="website">
<meta property="og:url" content="https://nrrb.github.io/spacey">
<meta property="og:image" content="https://nrrb.github.io/spacey/assets/images/me.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Nicholas Bennett | Code & Compassion">
<meta name="twitter:description" content="Developer • Mentor • Data Whisperer • Listener">
<!-- Favicon metadata -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>