-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 899 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en" class="h-full w-full">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/src/assets/favicon.ico">
<meta name="theme-color" content="#000000" />
<meta name="description" content="Deep Dark Dream Dungeon" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected]&family=Poppins:wght@400;800&display=swap" rel="stylesheet">
<title>Deep Dark Dream Dungeon</title>
</head>
<body class="bg-crt-0 h-full w-full">
<div id="root" class="flex flex-col h-full w-full"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>