lume/apps/desktop2/index.html
2024-02-12 09:08:35 +07:00

16 lines
462 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lume Desktop</title>
</head>
<body class="relative w-screen h-screen overflow-hidden font-sans antialiased cursor-default select-none">
<div class="fixed top-0 left-0 z-50 w-full h-9" data-tauri-drag-region></div>
<div id="root"></div>
<script type="module" src="/src/app.tsx"></script>
</body>
</html>