-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 827 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
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="moon RPG Checklist" />
<meta
name="og:description"
content="A completion checklist for the moon RPG video game."
/>
<meta
name="description"
content="A completion checklist for the moon RPG video game."
/>
<meta
property="og:url"
content="https://dev0t.github.io/moon-RPG-Love-Checklist/"
/>
<meta property="og:site_name" content="moon RPG Checklist" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>moon RPG Checklist</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>