sokko-g/website/index.html
Shinuwa a8809afdfd
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
update favicon
2026-07-24 09:57:14 +02:00

19 lines
647 B
HTML

<!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.svg" type="image/svg+xml" />
<link rel="alternate icon" href="/favicon.ico" sizes="any" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>