summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html55
1 files changed, 31 insertions, 24 deletions
diff --git a/index.html b/index.html
index 04989ee..4c38743 100644
--- a/index.html
+++ b/index.html
@@ -1,25 +1,32 @@
-<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>
-<br><br>
-<IMG SRC="pics/pano6 copy.jpg" WIDTH="" HEIGHT="" BORDER="0">
-<br><br>
-<IMG SRC="pics/IMGP8514.jpg" WIDTH="" HEIGHT="" BORDER="0">
-<br>
-<br>
-<FONT SIZE="+6"><A HREF="https://www.facebook.com/profile.php?id=100089179794220Facebook">Facebook</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="1.html">----></A></FONT>
-</CENTER>
-</body>
-</HTML> \ No newline at end of file
+ <img src="pics/pano6%20copy.jpg" alt="" />
+ <img src="pics/IMGP8514.jpg" alt="" />
+
+ <nav>
+ <ul>
+ <li>
+ <a href="https://www.facebook.com/profile.php?id=100089179794220Facebook">
+ Facebook
+ </a>
+ </li>
+ <li><a href="3.html">Kontakt</a></li>
+ <li><a href="1.html">----></a></li>
+ </ul>
+ </nav>
+ </body>
+</html>