blob: d7ea523d5f9a04e6b788c63bbd99f2cd32691278 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!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/frontend/ts/login.js" type="module"></script>
</body>
</html>
|