Files

14 lines
372 B
HTML
Raw Permalink Normal View History

2026-06-09 23:42:14 +02:00
<!doctype html>
<html lang="it">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#0f0f13" />
<title>Contrabbandieri</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>