summaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
new file mode 100644
index 0000000..12c8236
--- /dev/null
+++ b/html/index.html
@@ -0,0 +1,18 @@
+<html>
+ <body>
+ <h1>Index.html</h1>
+
+ <form method="POST">
+ Title: <input type="text" name="title" size="24"/>
+ <br />
+ Paste:
+ <br />
+ <textarea name="paste" cols="80" rows="10"></textarea>
+ <br />
+ <input type="checkbox" name="show" value="1" checked />Show link
+ <br />
+ <input type="submit" value="Binit!">
+ </form>
+
+ </body>
+</html>