-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (28 loc) · 971 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
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yawdle!</title>
<meta
name="description"
content="Yet Another Wordle DupLicatE! Now with on-demand shareable puzzles, fully offline, no timezones!"
/>
<link rel="icon" type="image/svg+xml" href="/public/favicon.svg" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
<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=Bungee&display=swap"
rel="stylesheet"
/>
<script type="module" src="/index.js"></script>
<link rel="stylesheet" href="/index.css" />
</head>
<body>
<header>
</header>
<yawdle-game></yawdle-game>
</body>
</html>