mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
14 lines
470 B
HTML
14 lines
470 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
|
<title>Sandbox — Ejected HTML menu layout</title>
|
|
</head>
|
|
<body class="bg-slate-950 text-white min-h-screen p-8 font-sans antialiased">
|
|
<div id="root"></div>
|
|
<script type="module" src="./main.ts"></script>
|
|
</body>
|
|
</html>
|