aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html19
1 files changed, 11 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html
index 8d35181..d7ea523 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,17 +2,20 @@
<html lang="en">
<head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Fia</title>
- <link rel="stylesheet" href="css/bootstrap.min.css">
+ <meta charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Fia</title>
+ <link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body class="bg-dark text-white">
-
- <noscript><div class="container text-center h1" style="margin-top: 45vh;">Tyvärr, men för att spela Fia måste du aktivera skript</div></noscript>
- <script src="js/login.js" type="module"></script>
+ <noscript>
+ <div class="container text-center h1" style="margin-top: 45vh;">
+ Tyvärr, men för att spela Fia måste du aktivera skript
+ </div>
+ </noscript>
+ <script src="js/frontend/ts/login.js" type="module"></script>
</body>
</html> \ No newline at end of file