aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2022-10-31 16:14:30 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-31 10:44:30 +0000
commit87bc593ac72af503171f759fc6e4b1e9e0813039 (patch)
tree7128adb5cc48ae36104c4d3e6de219b9de1ac446 /src/index.html
parentConvert web controls & screen to typescript (#722) (diff)
downloadferdium-app-87bc593ac72af503171f759fc6e4b1e9e0813039.tar.gz
ferdium-app-87bc593ac72af503171f759fc6e4b1e9e0813039.tar.zst
ferdium-app-87bc593ac72af503171f759fc6e4b1e9e0813039.zip
refactor: convert global app to typescript (#723)
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>