DeepSacrifice

This commit is contained in:
Eric Liu 2025-05-18 17:41:45 -07:00
parent bef6a0b99a
commit a88e3afddf
23 changed files with 1869 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<!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>