summaryrefslogtreecommitdiff
path: root/index.php
blob: bbac4cf4234a80cdab40be1ffc10998080cf2031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>Pastebin</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p>Paste Stuff Here!</p>
    <form name="submit_paste" action="submit.php" method="post">
      <textarea cols="100" rows="30" name="paste" autofocus></textarea><br />
      <input type="submit" value="Submit" />
    </form>
    <p><a href="http://www.blatech.co.uk/wjoe/blapaste/tree/master">Source</a></p>
  </body>
</html>