Initial Commit
Some checks failed
Deploy Sokko G / deploy (push) Failing after 3s

This commit is contained in:
Shinuwa 2026-07-20 23:10:37 +02:00
parent fbfc3430a0
commit 1e1ede6cf0
207 changed files with 12220 additions and 0 deletions

21
website/public/index.html Normal file
View file

@ -0,0 +1,21 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Sokko G centralise des toolboxes locales et des guides de jeu pour accompagner les sessions gaming sur second ecran."
/>
<meta name="theme-color" content="#070913" />
<title>Sokko G</title>
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="preload" href="/src/styles.css" as="style" />
<link rel="modulepreload" href="/src/app.js" />
<link rel="stylesheet" href="/src/styles.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app.js"></script>
</body>
</html>