-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
55 lines (38 loc) · 1.16 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Askoy Fotballklubb</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="/script/browserupgrade.js"></script>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/main.css">
<style>
body {
margin: 0 10%;
text-align: center;
margin-top: 100px;
}
p {
font-size: 2rem;
}
p small {
font-size: 1.6rem;
}
a {
color: rgb(176, 10, 10);
}
#logo {
width: 200px;
height: auto;
}
</style>
</head>
<body>
<object id="logo" type="image/svg+xml" data="img/afk-logo.svg"></object>
<h1>Beklager, vi finner ikke siden du leter etter.</h1>
<p>Vi har nylig redesignet websidene våre, så gamle linker fungerer dessverre ikke lengre. </p>
<p><a href="/">Til forsiden</a></p>
</body>
</html>