diff options
author | gerald <gerald@localhost> | 2000-03-20 17:47:39 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-03-20 17:47:39 +0000 |
commit | e7c09e41574c9a2cae0c676a6f592e161b8c4724 (patch) | |
tree | 63788012a4a35858219f5ee3e0fd8a80b988a567 /htdocs | |
parent | 3d5d3bc87d56ab065b185963955d32c35f36d429 (diff) | |
download | markup-validator-e7c09e41574c9a2cae0c676a6f592e161b8c4724.zip markup-validator-e7c09e41574c9a2cae0c676a6f592e161b8c4724.tar.gz markup-validator-e7c09e41574c9a2cae0c676a6f592e161b8c4724.tar.bz2 |
added a navigation bar in the top right
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/index.html | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 6a5a2f3..83470ae 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -14,11 +14,23 @@ <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> <p> - <a href="http://www.w3.org/"><img + <a href="http://www.w3.org/"><img align="left" src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" alt="W3C" /></a> </p> + <p align="right" class="navbar"> + <a href="whatsnew.html">What's new</a> | + <a href="http://lists.w3.org/Archives/Public/www-validator/">www-validator archives</a> | + <a href="/source/">Source code</a> | + <a href="feedback.html">Feedback</a><br clear="right"/> + <a href="http://www.w3.org/MarkUp/">HTML home</a> | + <a href="http://www.w3.org/TR/html401/">HTML 4.01</a> | + <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a> | + <a href="http://jigsaw.w3.org/css-validator/">CSS validator</a> + <br clear="all" /> + </p> + <h1>HTML Validation Service</h1> <p> @@ -94,14 +106,13 @@ <h2><a name="seeAlso">See also</a></h2> <ul> - <li><a href="whatsnew.html">Recent changes to this service</a></li> <li><a href="news:comp.infosystems.www.authoring.html">The HTML authoring newsgroup</a> (for help with HTML)</li> <li><a href="feedback.html">How to provide feedback on this service</a></li> - <li><a href="sgml-lib/catalog">DTDs (document types) supported by this - service</a> (the SGML catalog)</li> <li><a href="/source/">Information on the source code availability</a></li> <li><a href="todo.html">The to-do list for the service</a></li> + <li><a href="sgml-lib/catalog">DTDs (document types) supported by this + service</a> (the SGML catalog)</li> <li><a href="http://lists.w3.org/Archives/Public/www-validator/">The www-validator mailing list archives</a></li> <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a></li> @@ -109,7 +120,6 @@ Recommendation</a></li> <li><a href="http://www.w3.org/TR/xhtml1/">The W3C XHTML 1.0 Recommendation</a></li> - </ul> <h2><a name="credits">Credits</a></h2> @@ -165,7 +175,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" align="right" border="0" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2000-03-20 16:57:38 $ + $Date: 2000-03-20 17:47:39 $ </address> </body> |