aboutsummaryrefslogtreecommitdiff
path: root/src/spectate/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/spectate/index.html')
-rw-r--r--src/spectate/index.html6
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>