Files
v10/apps/sandbox/app/index.html
T

15 lines
498 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sandbox</title>
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
</head>
<body class="font-sans text-zinc-950 antialiased h-screen overflow-hidden">
<div id="root" class="h-full"></div>
<script type="module" src="./main.tsx"></script>
</body>
</html>