-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 918 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Progress Tracker – wombak.xyz</title>
<meta
name="description"
content="We're building something cool and want you to come along for the ride!"
/>
<meta property="og:title" content="Progress Tracker – wombak.xyz" />
<meta
property="og:description"
content="We're building something cool and want you to come along for the ride!"
/>
<meta property="og:image" content="{{ URL }}/wombak-og.jpg" />
<meta property="og:image:width" content="1622" />
<meta property="og:image:height" content="1120" />
<meta property="og:url" content="{{ URL }}" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<div id="app"></div>
<script src="./index.js"></script>
</body>
</html>