atropos/environments/hack0/DeepSacrifice/index.html
2025-05-21 16:19:00 -07:00

12 lines
No EOL
300 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DeepSacrifice</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>