summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-06-30 23:46:11 +0100
committerKatolaZ <katolaz@freaknet.org>2017-06-30 23:46:11 +0100
commit32e86d1129f200c776f879da835a6659427ca707 (patch)
tree49ae2a83a6eb8070efe298e22971a66429fe2ade /html
parentee3dc59322eb3a366f3594261491381db5084110 (diff)
added 'show' option
Diffstat (limited to '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>