boardgame-phaser/packages/sts-like-viewer/index.html

13 lines
308 B
HTML
Raw Normal View History

2026-04-13 12:33:42 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>STS-Like Viewer</title>
</head>
<body>
<div id="ui-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>