-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (23 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jack Weller</title>
<meta name="title" content="Jack Weller" />
<meta name="description" content="My personal website. Here I share my projects and post what I'm up to on my blog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.jackweller.me" />
<meta property="og:title" content="Jack Weller" />
<meta property="og:description" content="My personal website. Here I share my projects and post what I'm up to on my blog" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.jackweller.me" />
<meta property="twitter:title" content="Jack Weller" />
<meta property="twitter:description" content="My personal website. Here I share my projects and post what I'm up to on my blog" />
<link rel="shortcut icon" href="/icon.png" type="image/x-icon" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>