Frontend stuff for lain.church
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.2KB

  1. <head>
  2. <meta charset="UTF-8">
  3. <style>
  4. body {
  5. background-image: url(/img/sun.png);
  6. background-repeat: repeat;
  7. }
  8. </style>
  9. <link rel="stylesheet" href="/css/columns.css">
  10. <link rel="stylesheet" href="/css/haiku.css">
  11. </head>
  12. <body>
  13. <div style="display: inline-block;">
  14. <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="dtitle" href="gencode.html"><img class="wbutton wlbutton" src="/img/dclose.png">Generate invite code<img class="wbutton wrbutton" src="/img/dminimise.png"></a><a class="title" href="changepass.html"><img class="wbutton wlbutton" src="/img/close.png">Change password<img class="wbutton wrbutton" src="/img/minimise.png"></a></b>
  15. <div class="wrapper">
  16. <div id="changepass">
  17. <form action="/changepass.cgi" method="post" accept-charset="UTF-8">
  18. Username <input type="text" name="username"><br>
  19. Password <input type="password" name="password"><br>
  20. New Password <input type="password" name="newpass"><br>
  21. <br><input type="submit" value="Change password">
  22. </form>
  23. </div>
  24. </div>
  25. </body>