2023-10-08 18:01:19 +07:00
|
|
|
<html lang="en">
|
2023-06-24 18:31:40 +07:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Lume</title>
|
|
|
|
</head>
|
2023-12-04 12:17:16 +07:00
|
|
|
<body
|
|
|
|
class="relative h-screen w-screen cursor-default select-none overflow-hidden font-sans text-neutral-950 antialiased dark:text-neutral-50"
|
|
|
|
>
|
2023-06-24 18:31:40 +07:00
|
|
|
<div id="root"></div>
|
2023-10-06 07:40:50 +07:00
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
2023-06-24 18:31:40 +07:00
|
|
|
</body>
|
|
|
|
</html>
|