diff options
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index c68a405..483a1ee 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -26,26 +26,31 @@ <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a><br /> <a href="http://www.w3.org/TR/html401/">HTML 4.01</a><br /> </p> - <h1><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" - src="http://www.w3.org/Icons/WWW/w3c_home" /></a> - HTML Validation Service</h1> - <p class="intro"> - Welcome to the W3C HTML Validation Service; a free service that checks - documents like HTML and XHTML for conformance to W3C Recommendations - and other standards. - </p> + <h2><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" + src="http://www.w3.org/Icons/WWW/w3c_home" /></a> + HTML Validation Service</h2> + <div class="intro"> + <p> + Welcome to the W3C HTML Validation Service; a free service that checks + documents like HTML and XHTML for conformance to W3C Recommendations + and other standards. + </p> + </div> <div class="nsnote"> - <h2>Why does this page look so funny?</H2> - <p>Because you're using a UA that has buggy support for CSS - (*cough*Netscape*cough*). Get one that does, they are available - for all platforms for free, and you'll be much much happier.</P> + <h2>Why does this page render badly?</h2> + <p> + Most likely this is due to a bug in your browser's support for the + <a href="http://www.w3.org/">W3C</a> + <a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a> + <a href="http://www.w3.org/TR/REC-CSS1">Reccommendation</a>. + </p> </div> <div> - <h2>Recent Updates</h2> + <h2><a name="recent">Recent Updates</a></h2> <p class="intro"> These are the most recent major changes to this service. See - “<a href="whatsnew.html">What’s New</a>” for more details. + "<a href="whatsnew.html">What's New</a>" for more details. </p> <ul> <li><a href="whatsnew.html#2001-07-26">Added support for XHTML 1.1, @@ -152,7 +157,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-08-28 00:35:56 $ + $Date: 2001-09-06 23:16:16 $ </address> </body> </html> |