Files
boocode/apps/web/index.html
2026-05-14 19:24:50 +00:00

13 lines
334 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BooCode</title>
</head>
<body class="bg-neutral-950 text-neutral-100">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>