diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-06-30 23:46:11 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-06-30 23:46:11 +0100 |
commit | 32e86d1129f200c776f879da835a6659427ca707 (patch) | |
tree | 49ae2a83a6eb8070efe298e22971a66429fe2ade /html/index.html | |
parent | ee3dc59322eb3a366f3594261491381db5084110 (diff) |
added 'show' option
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 18 |
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> |