lume/index.html

12 lines
388 B
HTML
Raw Normal View History

2023-06-24 11:31:40 +00:00
<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>
2023-10-08 02:31:11 +00:00
<body class="relative cursor-default select-none overflow-hidden font-sans antialiased h-screen w-screen">
2023-06-24 11:31:40 +00:00
<div id="root"></div>
2023-10-06 00:40:50 +00:00
<script type="module" src="/src/main.jsx"></script>
2023-06-24 11:31:40 +00:00
</body>
</html>