зеркало из https://github.com/mozilla/gecko-dev.git
Moving cgiview.html to index.html so that user doesn't need to type that
file name.
This commit is contained in:
Родитель
23ae890e4b
Коммит
77a6e3920a
|
@ -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>
|
||||||
|
<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>
|
Загрузка…
Ссылка в новой задаче