lume/index.html
Ren Amamiya 1240353e30 wip
2023-10-06 07:40:50 +07:00

12 lines
408 B
HTML

<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lume</title>
</head>
<body class="relative cursor-default bg-black select-none overflow-hidden font-sans antialiased h-screen w-screen text-white">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>