lume/index.html

12 lines
399 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-08-01 07:26:16 +00:00
<body class="relative cursor-default select-none overflow-hidden font-sans antialiased h-screen w-screen text-white">
2023-06-24 11:31:40 +00:00
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>