Frontend stuff for lain.church. Fork for the rare times I change anything.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

25 řádky
1.1KB

  1. <head>
  2. <meta charset="UTF-8">
  3. <style>
  4. body {
  5. background-image: url(/img/leaves.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="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>
  15. <div class="wrapper">
  16. <div id="gencode">
  17. <form action="/gencode.cgi" method="post" accept-charset="UTF-8">
  18. Username <input type="text" name="username"><br>
  19. Password <input type="password" name="password"><br>
  20. <br><input type="submit" value="Generate code">
  21. </form>
  22. </div>
  23. </div>
  24. </body>