-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (39 loc) · 1.75 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A browser based typing game." />
<meta name="keywords" content="game, typing game, typing" />
<meta name="author" content="Karol.Y" />
<meta name="theme-color" content="#1f1f1f" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:site_name" content="Typewrite">
<meta property="og:title" content="Typewrite" />
<meta property="og:url" content="https://nemure231.github.io/typewrite/" />
<meta property="og:description" content="A browser based typing game." />
<meta property="og:image" content="https://nemure231.github.io/typewrite/logo.png" />
<meta property="og:image:alt" content="Typewrite">
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
<title>Typewrite</title>
<noscript>
<link rel="stylesheet" href="/custom/css/nojs.css">
<div class="wrap-no-js">
<img src="/pwa-512x512.png" alt="" srcset="">
<div>
Sorry, your browser does not support JavaScript!
</div>
<div>
Please allow your JavaScript in this site!
</div>
</div>
</noscript>
</head>
<body class="bg-slate-100 dark:bg-gray-900 mx-auto h-auto w-full flex flex-wrap flex-col justify-center relative overflow-x-hidden">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>