n0mbers/index.html

23 lines
1.0 KiB
HTML
Raw Normal View History

2022-02-07 22:14:31 +01:00
<!DOCTYPE html>
2022-02-21 22:52:29 +01:00
<html lang="en" translate="no" class="dark h-full bg-stone-900">
2022-02-07 22:14:31 +01:00
<head>
2022-02-22 12:33:10 +01:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Reach the result in five operations or less">
2022-02-23 22:39:53 +01:00
<meta name="keywords" content="motus, wordle, le compte est bon, jeu de chiffres, numbers game">
<title>N0mbers</title>
2022-02-22 12:33:10 +01:00
<link rel="icon" href="/icons/favicon.ico">
2022-02-24 22:41:32 +01:00
<link rel="alternate icon" href="/icons/favicon.ico" type="image/png" sizes="16x16">
2022-02-22 12:33:10 +01:00
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/icons/favicon.svg" color="#1C1917">
<meta name="theme-color" content="#1C1917">
2023-11-26 11:10:59 +01:00
<script async src="https://stats.scambier.xyz/script.js" data-website-id="25b0bcf4-c4c1-4da4-a1bd-3251f7bc3878"></script>
2022-02-07 22:14:31 +01:00
</head>
2022-02-22 12:33:10 +01:00
<body class="bg-stone-300 text-stone-900 dark:bg-stone-900 dark:text-stone-200 h-full relative">
2022-02-07 22:14:31 +01:00
<div id="app" class="h-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>