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.

52 lines
1.5KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Sern</title>
  8. <link rel="stylesheet" type="text/css" href="style.css">
  9. </head>
  10. <body>
  11. <!-- Quotes (only one for now because I am to lazy to do js) -->
  12. <marquee class="quotes" behavior="scroll" direction="left">
  13. "It is those who possess wisdom who are the greatest fools. History has shown us this. You could say that this is the final warning from God to those who resist." ~ Hououin Kyouma
  14. </marquee>
  15. <div class="content">
  16. <h1>Welcome to sern</h1>
  17. <p>
  18. Totally not trying to rule the world
  19. by building the first time machine!
  20. </p>
  21. <!-- PGP-Keys -->
  22. <h2>
  23. PGP keys:
  24. </h2>
  25. <p>
  26. beepboopbelong@firemail.cc <a href="./beepboopbelong.asc">B873 A128 69A7 BD29</a>
  27. </p>
  28. <p>
  29. murabito@bemoe.online <a href="./murabito.asc">00DB A1E8 22F8 1E3E</a>
  30. </p>
  31. <!-- End PGP-Keys -->
  32. <!-- Servicelist -->
  33. <h2>
  34. Services:
  35. </h2>
  36. <p>
  37. <b>Syncplay server:</b> jellymansreport:8999
  38. </p>
  39. <p>
  40. <b>IRC-Server: </b> coming soon...
  41. </p>
  42. <p>
  43. <b>BBS:</b> coming soon...
  44. </p>
  45. <!-- End Servicelist -->
  46. </div>
  47. </body>
  48. </html>