summaryrefslogtreecommitdiffstats
path: root/1.html
blob: 23439c36caf13e08b9384f76511b98dc0bc0d8d9 (plain) (blame)
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
<!doctype html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="style.css" />
    <meta charset="utf-8" />
    <title>Asatrofællesskabet Yggdrasil</title>
    <script>
      <!--
      if (top.frames.length != 0) top.location = self.document.location;
      // -->
    </script>
  </head>
  <body lang="dk">
    <h1>Asatro&shy;fælles&shy;skabet Yggdrasil</h1>

    <img src="pics/IMG_3598.jpg" alt="" />
    <img src="pics/IMG_3589.jpg" alt="" />
    <img src="pics/IMG_3590.jpg" alt="" />
    <img src="pics/IMG_3587.jpg" alt="" />
    <img src="pics/IMG_3574.jpg" alt="" />
    <img src="pics/IMG_3575.jpg" alt="" />
    <img src="pics/IMG_3576.jpg" alt="" />

    <nav>
      <ul>
        <li><a href="index.html"><----</a></li>
        <li><a href="3.html">Kontakt</a></li>
        <li><a href="2.html">----></a></li>
      </ul>
    </nav>
  </body>
</html>