Files
spaceshell/app/index.html
T
2026-06-09 20:22:46 +07:00

12 lines
217 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>spacesh</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>