diff options
-rw-r--r-- | links.html | 29 |
1 files changed, 27 insertions, 2 deletions
@@ -1,11 +1,28 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title>Spell-norwegian: Samling av språklenker</title> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> + <link rev="made" href="mailto:i18n-no@lister.ping.uio.no"> + <link rel="top" href="http://no.speling.org/"> + <meta name="Language" content="en"> + <meta name="Author" + content="Petter Reinholdtsen, Torstein Dybvad"> + <link rel="stylesheet" href="http://developer.skolelinux.no/skl-ren_css.css" type="text/css"> </head> <body> + + <div class="hbar"></div> + + <div class="menu"> + <a href="/">spell-norwegian</a><br> + </div> + + <div class="body"> + <h1>Samling av språklenker</h1> <ul> @@ -77,4 +94,12 @@ </ul> + </div> + + <div class="hbar"></div> + + <p><a href="http://validator.w3.org/check?uri=referer"><img + src="http://www.w3.org/Icons/valid-html401" + alt="Valid HTML 4.01 Transitional" height="31" width="88"></a></p> + </body> |