~starkingdoms/starkingdoms

ref: 3175763ebe33c13ea8b09d698eb36e47d1a2a214 starkingdoms/client/play.html -rw-r--r-- 381 bytes
3175763e — core input support 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>StarKingdoms</title>
    <link rel="stylesheet" href="./static/play.css" />
  </head>
  <body>
    <script type="module" src="/src/index.ts"></script>

    <canvas id="canvas" class="renderbox"></canvas>
  </body>
</html>