summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/shorten.pl (renamed from test.pl)0
-rw-r--r--htdocs/form.html4
2 files changed, 4 insertions, 0 deletions
diff --git a/test.pl b/cgi/shorten.pl
index 514dba2..514dba2 100644
--- a/test.pl
+++ b/cgi/shorten.pl
diff --git a/htdocs/form.html b/htdocs/form.html
new file mode 100644
index 0000000..6fea4a2
--- /dev/null
+++ b/htdocs/form.html
@@ -0,0 +1,4 @@
+<form action="/add" method="post">
+<input type="text" name="url">
+<input type="submit">
+</form>