feat: onitama

This commit is contained in:
2026-04-07 16:33:41 +08:00
parent 27e6d52cf3
commit 8bbf20f457
10 changed files with 616 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Onitama - boardgame-phaser</title>
</head>
<body>
<div id="app">
<div id="ui-root"></div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>