diff options
author | Petter Reinholdtsen <pere@debian.org> | 2006-02-25 11:37:55 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@debian.org> | 2006-02-25 11:37:55 +0000 |
commit | f55ec5013ff4fd08bece5c0b32067ca85772df41 (patch) | |
tree | 044bb82b55b97fddcc504f06d4be7763599d9f58 /links.html | |
parent | 157535a2b49285a31e0a5bf21cd471cc150d9098 (diff) | |
download | homepage-f55ec5013ff4fd08bece5c0b32067ca85772df41.tar.gz homepage-f55ec5013ff4fd08bece5c0b32067ca85772df41.tar.bz2 homepage-f55ec5013ff4fd08bece5c0b32067ca85772df41.tar.xz |
Improve layout.
Diffstat (limited to 'links.html')
-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> |