boardgame-phaser/packages/sample-game/index.html

15 lines
352 B
HTML
Raw Normal View History

2026-04-03 15:18:47 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tic-Tac-Toe - boardgame-phaser</title>
</head>
<body>
<div id="app">
<div id="ui-root"></div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>