summaryrefslogtreecommitdiffstats
path: root/4.html
diff options
context:
space:
mode:
Diffstat (limited to '4.html')
-rw-r--r--4.html58
1 files changed, 29 insertions, 29 deletions
diff --git a/4.html b/4.html
index 8d5ba45..745cb5b 100644
--- a/4.html
+++ b/4.html
@@ -1,30 +1,30 @@
-<HTML>
-<HEAD>
-<!-- Minus AutoDato -->
-<TITLE>Asatrof&aelig;llesskabet Yggdrasil</TITLE>
+<!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>
-<meta name="Generator" content="Stone's WebWriter 4">
-<SCRIPT LANGUAGE=JAVASCRIPT>
-<!--
-if (top.frames.length!=0)
- top.location=self.document.location;
-// -->
-</SCRIPT>
-<body bgcolor="#000000" text="#FFFFFF" vlink="#FFFFFF" link="#FFFFFF">
-</HEAD>
-<CENTER><FONT SIZE="+6">Asatrof&aelig;llesskabet Yggdrasil</FONT></CENTER>
-<br>
-<br>
-<CENTER><IMG SRC="pics/2006_03_25-238.jpg" WIDTH="" HEIGHT="" BORDER="0">
-<br><br>
-<IMG SRC="pics/728_n.jpg" WIDTH="" HEIGHT="" BORDER="0">
-<br><br>
-<IMG SRC="pics/IMG_0667.jpg" WIDTH="" HEIGHT="" BORDER="0">
-<br><br>
-<IMG SRC="pics/IMGP2760.jpg" WIDTH="" HEIGHT="" BORDER="0">
-<br>
-<br>
-<FONT SIZE="+6"><A HREF="3.html"><----</A> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <A HREF="3.html">Kontakt</A> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <A HREF="news.html">Presse</A></FONT>
-</CENTER>
-</body>
-</HTML> \ No newline at end of file
+ <img src="pics/2006_03_25-238.jpg" alt="" />
+ <img src="pics/728_n.jpg" alt="" />
+ <img src="pics/IMG_0667.jpg" alt="" />
+ <img src="pics/IMGP2760.jpg" alt="" />
+
+ <nav>
+ <ul>
+ <li><a href="3.html"><----</a></li>
+ <li><a href="3.html">Kontakt</a></li>
+ <li><a href="news.html">Presse</a></li>
+ </ul>
+ </nav>
+ </body>
+</html>