<head>
 <style>
  body {
   background-image: url(/img/leaves.png);
   background-repeat: repeat;
  }
 </style>
 <link rel="stylesheet" href="/css/columns.css">
 <link rel="stylesheet" href="/css/haiku.css">
</head>
<body>
<div style="display: inline-block;">
<b class="twrapper"><a class="dtitle" href="redeem.html"><img class="wbutton wlbutton" src="/img/dclose.png">Redeem invite code<img class="wbutton wrbutton" src="/img/dminimise.png"></a><a class="title" href="gencode.html"><img class="wbutton wlbutton" src="/img/close.png">Generate invite code<img class="wbutton wrbutton" src="/img/minimise.png"></a><a class="dtitle" href="changepass.html"><img class="wbutton wlbutton" src="/img/dclose.png">Change password<img class="wbutton wrbutton" src="/img/dminimise.png"></a></b>
 <div class="wrapper">
  <div id="gencode">
   <form action="/gencode.cgi" method="post">
    Username <input type="text" name="username"><br>
    Password <input type="password" name="password"><br>
    <br><input type="submit" value="Generate code">
   </form>
  </div>
 </div>
</body>