diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-11-27 12:49:33 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-11-27 12:49:33 +0000 |
commit | d49f3f08a387d8421c9090c7fb9fa4ca1b290d3f (patch) | |
tree | d433e32aa60fdb9fe5cb34cf9850a44eb830af0c /website/index.html | |
parent | 426f2178ed497b2156aa053639bd7ffc1b2f4948 (diff) | |
download | fetchmail-d49f3f08a387d8421c9090c7fb9fa4ca1b290d3f.tar.gz fetchmail-d49f3f08a387d8421c9090c7fb9fa4ca1b290d3f.tar.bz2 fetchmail-d49f3f08a387d8421c9090c7fb9fa4ca1b290d3f.zip |
Fix HTML validator warnings, add HTML and CSS logos.
svn path=/branches/BRANCH_6-3/; revision=5254
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/website/index.html b/website/index.html index 0405f755..db67bb2b 100644 --- a/website/index.html +++ b/website/index.html @@ -6,6 +6,7 @@ <meta name="description" content="The Fetchmail Project"> <meta name="keywords" content="fetchmail, pop3, imap, email, mail"> <meta name="MSSmartTagsPreventParsing" content="TRUE"> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Fetchmail</title> </head> <body> @@ -20,22 +21,22 @@ </div> <div id="Menu"> - <hr/> - <a href="index.html" title="Main">Main</a><br /> - <a href="fetchmail-features.html">Features</a><br /> - <a href="fetchmail-man.html">Manual</a><br /> - <a href="fetchmail-FAQ.html" title="Fetchmail FAQ">FAQ</a><br /> - <a href="fetchmail-FAQ.pdf" title="Fetchmail FAQ as PDF">FAQ (PDF)</a><br /> - <a href="design-notes.html">Design Notes</a><br /> - <a href="http://developer.berlios.de/project/showfiles.php?group_id=1824">Download</a><br /> - <a href="http://mknod.org/svn/fetchmail/">Development Code</a><br /> - <a href="http://developer.berlios.de/projects/fetchmail/">Project Page</a><br /> - <hr/> + <hr> + <a href="index.html" title="Main">Main</a><br> + <a href="fetchmail-features.html">Features</a><br> + <a href="fetchmail-man.html">Manual</a><br> + <a href="fetchmail-FAQ.html" title="Fetchmail FAQ">FAQ</a><br> + <a href="fetchmail-FAQ.pdf" title="Fetchmail FAQ as PDF">FAQ (PDF)</a><br> + <a href="design-notes.html">Design Notes</a><br> + <a href="http://developer.berlios.de/project/showfiles.php?group_id=1824">Download</a><br> + <a href="http://mknod.org/svn/fetchmail/">Development Code</a><br> + <a href="http://developer.berlios.de/projects/fetchmail/">Project Page</a><br> + <hr> </div> <div id="Content"> -<img src="bighand.png" width="100" height="71" alt="logo: a hand presenting an envelope" align="right" /> +<img src="bighand.png" width="100" height="71" alt="logo: a hand presenting an envelope" align="right"> <h1>Fetchmail</h1> <!-- @@ -273,8 +274,10 @@ href="http://www.steines.com/mailf/">here</a>.</p> </div> -<a href="http://developer.berlios.de"> -<img src="http://developer.berlios.de/bslogo.php?group_id=1824&type=1" width="124" height="32" border="0" alt="BerliOS Logo" align="right" /></a> - +<p align="right"> +<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a> +<a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"> </a> +<a href="http://developer.berlios.de"> <img src="http://developer.berlios.de/bslogo.php?group_id=1824&type=1" width="124" height="32" border="0" alt="BerliOS Logo"></a> +</p> </body> </html> |