name input
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>TextProxy</h1>
|
<h1>TextProxy</h1>
|
||||||
<form action="proxy.cgi" method="post">
|
<form action="/proxy.cgi" method="post">
|
||||||
<label for="u">Site: </label>
|
<label for="u">Site: </label>
|
||||||
<input id="u" type="url" autofocus required>
|
<input name="u" id="u" type="url" autofocus required>
|
||||||
<input type="submit" value="Go">
|
<input type="submit" value="Go">
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user