name input

This commit is contained in:
2019-01-16 22:38:55 -08:00
parent 8eba5d71ef
commit d74621a324

View File

@@ -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>