mirror of
https://github.com/lumehq/lume.git
synced 2025-03-26 01:31:48 +01:00
14 lines
421 B
HTML
14 lines
421 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Lume</title>
|
|
</head>
|
|
<body
|
|
class="relative w-screen h-screen overflow-hidden font-sans antialiased cursor-default select-none text-neutral-950 dark:text-neutral-50"
|
|
>
|
|
<div id="root"></div>
|
|
<script type="module" src="./src/main.jsx"></script>
|
|
</body>
|
|
</html>
|