Files
bknd/app/index.html
2024-11-16 12:01:47 +01:00

14 lines
348 B
HTML

<!doctype html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>BKND</title>
</head>
<body>
<div id="root"></div>
<div id="app"></div>
<script type="module" src="/src/ui/main.tsx"></script>
</body>
</html>