aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index e50ec8777..72b131f04 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,7 +11,10 @@
11 href="./styles/animations.css" 11 href="./styles/animations.css"
12 media="(prefers-reduced-motion: no-preference)" 12 media="(prefers-reduced-motion: no-preference)"
13 /> 13 />
14 <script type="text/javascript" src="./app.js"></script> 14 <script>
15 require("./app.js")
16 </script>
17
15 </head> 18 </head>
16 <body> 19 <body>
17 <div class="dev-warning">DEV MODE</div> 20 <div class="dev-warning">DEV MODE</div>