mirror of
https://github.com/lumehq/lume.git
synced 2025-03-17 21:32:32 +01:00
12 lines
399 B
HTML
12 lines
399 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 select-none overflow-hidden font-sans antialiased h-screen w-screen text-white">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|