-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (21 loc) · 923 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>
<title>Dot's Adventure</title>
<meta name="title" content="Dot's Adventure">
<meta name="description" content="Dot is on an adventure. But how far can it go?">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico" sizes="48x48">
<link rel="icon" href="/dotventure.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png">
<meta property="og:title" content="Dot's Adventure" />
<meta property="og:description" content="Dot is on an adventure. But how far can it go?" />
<meta property="og:image" content="https://dot.sh4jid.me/banner.png" />
<meta property="og:url" content="https://dot.sh4jid.me" />
<meta name="theme-color" content="#cceaf4" />
</head>
<body>
<script type="module" src="/main.js"></script>
</body>
</html>