summaryrefslogtreecommitdiff
path: root/index.html
blob: f6ec441670ff43ccff97234a8d60f62be31f4817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>