diff options
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/index.html | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index bec61a6..265446b 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -64,25 +64,17 @@ <form method="get" action="/check"> Address: <input name="uri" size="50" /><br /> - Doctype: + Document type: <select name="doctype"> - <option>Inline</option> + <option value="Inline">(specified inline)</option> <option>XHTML 1.0 Strict</option> <option>XHTML 1.0 Transitional</option> <option>XHTML 1.0 Frameset</option> <option>HTML 4.01 Strict</option> <option>HTML 4.01 Transitional</option> <option>HTML 4.01 Frameset</option> - <option>HTML 2.0</option> - <option>HTML 3.0 (AdvaSoft version)</option> <option>HTML 3.2</option> - <option>HTML 3.2 + Style</option> - <option>HTML Pro</option> - <option>Spyglass HTML 2.0 Extended</option> - <option>HTML Level Cougar</option> - <option>HTML 4.0 Strict</option> - <option>HTML 4.0 Transitional</option> - <option>HTML 4.0 Frameset</option> + <option>HTML 2.0</option> </select> <table cellpadding="0" cellspacing="0"> <!-- @@ -140,7 +132,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: 2001-03-08 01:57:52 $ + $Date: 2001-03-26 07:32:25 $ </address> </body> |