diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -1,15 +1,14 @@ -<!DOCUMENT html> +<!DOCTYPE html> <html> - <head> - <title>Pastebin</title> - </head> + <head> + <title>Pastebin</title> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> - <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> + </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> + </body> </html> |