ruins
Version:
> [!IMPORTANT] > This is in beta. Not everything is ironed out and some modules might misbehave
15 lines (12 loc) • 334 B
HTML
<html lang="en" class="pyro">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/logo.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ruins dashboard</title>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>