n0mbers/index.html
2022-02-23 22:39:53 +01:00

22 lines
926 B
HTML

<!DOCTYPE html>
<html lang="en" translate="no" class="dark h-full bg-stone-900">
<head>
<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">
<meta name="keywords" content="motus, wordle, le compte est bon, jeu de chiffres, numbers game">
<title>N0mbers</title>
<link rel="icon" href="/icons/favicon.ico">
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
<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">
</head>
<body class="bg-stone-300 text-stone-900 dark:bg-stone-900 dark:text-stone-200 h-full relative">
<div id="app" class="h-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>