console/packages/libraries/laboratory/index.html
2026-03-06 22:37:08 +01:00

16 lines
585 B
HTML

<!doctype html>
<html lang="en" class="h-full w-full">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hive Laboratory</title>
<link href="/src/index.css" rel="stylesheet" />
<!-- <script src="https://cdn.jsdelivr.net/npm/react-scan/dist/auto.global.js"></script> -->
</head>
<body class="dark h-full w-full">
<div id="root" class="h-full w-full"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>