diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100755 index 0000000..1eb24c1 --- /dev/null +++ b/index.php @@ -0,0 +1,15 @@ +<html> + <head> + <title>Pastebin</title> + </head> + <body> + <p>Paste Stuff Here!</p> + <form name="submit_paste" action="submit.php" method="post"> + <textarea cols="100" rows="30" name="paste"></textarea><br /> + <input type="submit" value="Submit" /> + </form> + + </p> + + </body> +</html> |