diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 18 |
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 |
