diff options
| author | KatolaZ <katolaz@freaknet.org> | 2017-06-29 17:34:08 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2017-06-29 17:34:08 +0100 | 
| commit | 8e41dda78fbc107ad240a5c8dae4e27d8234d832 (patch) | |
| tree | 99044c5e14a58a323468a82946b0e191fa2d5262 /index.html | |
| parent | 4e7d63be3f7dd6b1220d521e0a595ad4a8b27892 (diff) | |
added index.html and pastes/
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/index.html b/index.html new file mode 100644 index 0000000..f6ec441 --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ +<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="submit" value="PasteMe!"> +    </form> +     +  </body> +</html> | 
