forked from Playabl-io/playabl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 874 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
<!doctype html>
<html class="w-screen h-screen" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/playabl_192.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#4622B8" />
<meta
name="description"
content="Find communities and roleplaying games to match your style. Connect with game designers and explore new games."
/>
<title>Playabl</title>
</head>
<body class="h-screen bg-neutral-100">
<div
id="app"
class="font-openSans min-h-screen dark:bg-slate-900 dark:text-neutral-100 flex flex-col"
></div>
<script async type="module" src="/src/main.ts"></script>
<noscript>
Opinionated, production ready template for Vite and Vue 3
</noscript>
</body>
</html>