1579686fdd
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
217 B
HTML
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>
|