aboutsummaryrefslogtreecommitdiff
path: root/static/index.html
blob: ca9ed9c56cfb24a90c2fe55202b3d9babc09a128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <link rel="icon" href=
  "data:image/svg+xml,&lt;svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22&gt;&lt;text y=%22.9em%22 font-size=%2290%22&gt;🐶&lt;/text&gt;&lt;/svg&gt;">
  <meta name="viewport" content=
  "width=device-width, initial-scale=1.0">
  <title>the kennel.</title>
</head>
<body>
  <noscript>
    <div style="text-align: center">
      <h1>yeah, unfortunately you need javascript ;3</h1>
    </div>
  </noscript>
  <div id="app">
    <canvas id="gamecanvas"></canvas>
  </div>
  <script type="module" src="/src/main.ts"></script>
</body>
</html>