diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 9 |
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> |
