diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-04 16:48:07 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-04 16:48:07 +0200 |
commit | 34967cd3b6530656ef0bf31810f9fd6dfb853765 (patch) | |
tree | 912bb0995db6997b601f246cfb0420b6b3ab2101 /src/spectate/index.html | |
parent | ce0b808a01081322abc7ed51e09d0f452b606ad7 (diff) | |
download | gpn-tron-rust-34967cd3b6530656ef0bf31810f9fd6dfb853765.tar gpn-tron-rust-34967cd3b6530656ef0bf31810f9fd6dfb853765.tar.bz2 gpn-tron-rust-34967cd3b6530656ef0bf31810f9fd6dfb853765.tar.zst |
can vie games
Diffstat (limited to 'src/spectate/index.html')
-rw-r--r-- | src/spectate/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/spectate/index.html b/src/spectate/index.html index 235a894..94ef698 100644 --- a/src/spectate/index.html +++ b/src/spectate/index.html @@ -4,8 +4,12 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>GPN Tron</title> + <script src="main.js"></script> </head> <body> - + <noscript> + This is the GPN-Tron spectator application. You need JavaScript to + run it. + </noscript> </body> </html> |