Moving cgiview.html to index.html so that user doesn't need to type that

file name.
This commit is contained in:
erik%netscape.com 2000-02-02 04:57:40 +00:00
Родитель 23ae890e4b
Коммит 77a6e3920a
1 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,25 @@
<html>
<head>
<title>View HTTP and HTML Source</title>
</head>
<body>
<h2>View HTTP and HTML Source</h2>
<form method="get" action="view.cgi">
Enter the URL of the document you'd like to examine:<br>
<input type=text name=url size=60>
<p>
<input type=submit value=Submit>&nbsp;
<input type=checkbox name=verbose>Verbose Mode (to watch connection)
</form>
Examples:
<pre>
somehost
http://www.mozilla.org
http://www.mozilla.org/index.html
</pre>
</body>
</HTML>