-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmall.html
More file actions
67 lines (60 loc) · 2.52 KB
/
Copy pathmall.html
File metadata and controls
67 lines (60 loc) · 2.52 KB
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
57
58
59
60
61
62
63
64
65
66
67
<!--
-->
<!DOCTYPE html>
<html lang="sv" xml:lang="sv" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="Djupviks Hamn" />
<meta name="description" content="Djupviks Hamn är både ett fiskeläge och en förening." />
<meta name="viewport" content="width=150, initial-scale=1.0">
<link rel="stylesheet" href="./stylesheets/style.css">
<script type="module" src="./scripts/CurrentSMHIReport.js"></script>
<script type="module" src="./scripts/index.js"></script>
<title>Djupviks Hamn</title>
</head>
<body>
<div id="wrapper">
<header>
<div id="smhi-widget-Current-Conditions"></div>
<h1>Djupviks Hamn</h1>
<!--Startsidan-->
<!--Varudeklarationen vid loggan:-->
<!-- header for structure-->
<section>
<h2>Djupviks Hamn är både ett fiskeläge och en förening.</h2>
<p>Föreningen består av dels ägarna till fiskelägets bodar men också andra som är intresserade av
att
bevara fiskeläget, dess historia och anordna olika aktiviteter.</p>
</section>
</header>
<nav>
<!-- web site navigation as a list-->
<div class="menu content">
<a href="#">Hem</a>
<a href="html/gasthamnen.html">Gästhamnen</a>
<a href="html/turistmal.html">Turistmål</a>
<a href="html/kontakt.html">Kontakt</a>
<a href="html/medlemsinfo.html">Medlemsinfo</a>
<a href="html/djupvikPort.html">Port of Djupvik</a>
<a href="html/historia.html">Historia</a>
</div>
</nav>
<!--Innehållsdelen:-->
<main>
<section>
</section>
</main>
<footer>
<hr>
<address>
<div id="copyright">
© Copyright 2019 | <a href="http://Djupvikshamn.se">Djupvikshamn.se</a>
</div>
<div id="mailadress">
mailadress: <a href="mailto:info@djupvikshamn.se">info@djupvikshamn.se</a>
</div>
</address>
</footer>
</div>
</body>
</html>