aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-03-21 00:29:57 +0100
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-03-21 00:29:57 +0100
commiteee4ee32dd667ed6efd31ddcf8f64217b7e16b60 (patch)
tree98af67398c5152d704547467922e9b51683b4d25 /public
parenta03d9891a0bca30fe3384844c21f483f5fd1e440 (diff)
downloadfia-eee4ee32dd667ed6efd31ddcf8f64217b7e16b60.tar.gz
fia-eee4ee32dd667ed6efd31ddcf8f64217b7e16b60.tar.zst
fia-eee4ee32dd667ed6efd31ddcf8f64217b7e16b60.zip
Start files, and some basic tests
Diffstat (limited to 'public')
-rw-r--r--public/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..8d35181
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<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">
+</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>
+</body>
+
+</html> \ No newline at end of file