summaryrefslogtreecommitdiff
path: root/htdocs/form.html
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-04-05 20:24:01 +0100
committerdakkar <dakkar@thenautilus.net>2011-04-05 20:24:01 +0100
commit39790fa44f9fa17c40dfdbadd3dccae438e871fe (patch)
treeaa86244654ad4c8ccfff73aaadb9f8913f7f9dbf /htdocs/form.html
parentsimple shortener (diff)
downloadMyShorten-39790fa44f9fa17c40dfdbadd3dccae438e871fe.tar.gz
MyShorten-39790fa44f9fa17c40dfdbadd3dccae438e871fe.tar.bz2
MyShorten-39790fa44f9fa17c40dfdbadd3dccae438e871fe.zip
moving stuff
Diffstat (limited to 'htdocs/form.html')
-rw-r--r--htdocs/form.html4
1 files changed, 4 insertions, 0 deletions
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>