name input
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>TextProxy</h1>
|
||||
<form action="proxy.cgi" method="post">
|
||||
<form action="/proxy.cgi" method="post">
|
||||
<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">
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user