Files

14 lines
352 B
HTML
Raw Permalink Normal View History

2026-07-29 13:47:45 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2026-08-17 10:02:33 +00:00
<link rel="icon" type="image/png" href="/icon.png" />
2026-07-29 13:47:45 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Clustri</title>
2026-07-29 13:47:45 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>