-
Notifications
You must be signed in to change notification settings - Fork 2
/
pausefisk.html
56 lines (38 loc) · 1.35 KB
/
pausefisk.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
56
<!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>Vi redesigner websidene våre, <br>og er straks tilbake.</h1>
<p>Her finner du <a href="http://www.profixio.com/resultater/nobi-julecup-2014">kamp- og puljeoppsett</a> for <strong>NOBI JULECUP 2014</strong></p>
<p><small>Turneringsleder Johnny Berg kan kontaktes på telefon tlf. 911 46 251 eller epost <a href="mailto:[email protected]">[email protected]</a>.</small></p>
</body>
</html>