aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-01 00:20:33 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-01 00:20:33 +0200
commitc813dfadd4b673080695ef3ade37a44e37036c07 (patch)
tree4d6348ecad8c65780323ccb823063f335c5c9e7f /public
parent040d5372c1033bb7c0580ad2c9b6b32f974a20c8 (diff)
downloadfia-c813dfadd4b673080695ef3ade37a44e37036c07.tar.gz
fia-c813dfadd4b673080695ef3ade37a44e37036c07.tar.zst
fia-c813dfadd4b673080695ef3ade37a44e37036c07.zip
Version 1.1
Diffstat (limited to 'public')
-rw-r--r--public/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html
index 617de91..9cc5532 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,8 +5,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" />
- <link rel="stylesheet" href="css/fia.css" />
+ <link rel="stylesheet" href="fia/css/bootstrap.min.css" />
+ <link rel="stylesheet" href="fia/css/fia.css" />
</head>
<body class="bg-dark text-white">
<noscript>
@@ -14,6 +14,6 @@
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>
+ <script src="fia/js/frontend/ts/login.js" type="module"></script>
</body>
</html>