<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="checkbox" name="show" value="1" checked />Show link
      <br />
      <input type="submit" value="Binit!">
    </form>
    
  </body>
</html>