aboutsummaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2024-09-07 20:20:07 -0700
committerElizabeth Hunt <elizabeth@simponic.xyz>2024-09-12 17:23:30 -0700
commit8ec7f5368232d59f344e1067e1bad5e48dbcb7ae (patch)
tree1ad2df4dc00773f2307d1525cc80ac7410ea8fba /static/index.html
parente4e31978bae7e45be57b376415a4b925ac8cbc03 (diff)
downloadkennel.hatecomputers.club-8ec7f5368232d59f344e1067e1bad5e48dbcb7ae.tar.gz
kennel.hatecomputers.club-8ec7f5368232d59f344e1067e1bad5e48dbcb7ae.zip
get "cats" up there
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index 3770eaa..ca9ed9c 100644
--- a/static/index.html
+++ b/static/index.html
@@ -9,7 +9,14 @@
<title>the kennel.</title>
</head>
<body>
- <div id="app"></div>
+ <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>