Initial commit

This commit is contained in:
2019-01-16 21:54:17 -08:00
commit 8eba5d71ef
3 changed files with 63 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>TextProxy</title>
</head>
<body>
<h1>TextProxy</h1>
<form action="proxy.cgi" method="post">
<label for="u">Site: </label>
<input id="u" type="url" autofocus required>
<input type="submit" value="Go">
</form>
</body>
</html>