-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 939 Bytes
/
index.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Fritidsfabrikken</title>
<meta name="description" content="Vi lager fin fritid sammen">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
<link rel="stylesheet" href="custom.css">
</head>
<body>
<!-- Hero -->
<div class="hero" data-theme="dark">
<header class="container">
<img src="img/logo_wide.png" alt="Fritidsfabrikken"/>
</header>
</div><!-- ./ Hero -->
<!-- Main -->
<main>
<section id="om_oss" data-theme="light">
<div class="container">
<h2>Vi har lagt ned</h2>
<p>
Hei! Vi driver ikke lenger fritidsfabrikken.
</p>
</section>
</main><!-- ./ Main -->
</body>
</html>