-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (21 loc) · 1.13 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
<!DOCTYPE html>
<html translate="no" lang="fr" class="dark h-full">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Devinez le mot secret en 6 essais. Un nouveau mot à midi et minuit (CET)." />
<meta name="keywords" content="motus, wordle, jeu, lettres, quotidien">
<meta http-equiv="ScreenOrientation" content="autoRotate:disabled">
<title>MO-MO-MOTUS</title>
<link rel="icon" href="/icons/favicon.png" />
<link rel="alternate icon" href="/icons/favicon-16x16.png" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#198A42">
<meta name="theme-color" content="#198A42">
<script async src="https://stats.scambier.xyz/script.js" data-website-id="6e5f8052-7183-48cf-87d8-c9530451497e"></script>
</head>
<body class="text-slate-200 dark:bg-gray-900 h-full">
<div id="app" class="container mx-auto h-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>