feat: that's boop for ya

This commit is contained in:
2026-04-04 14:22:35 +08:00
parent 951fbc7045
commit 696872d5d7
10 changed files with 801 additions and 0 deletions
+12
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>Boop Game</title>
</head>
<body>
<div id="ui-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>