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.

48 lines
1.3KB

  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. "I can't belive its not butter..." - Dillion francis
  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. <!-- End PGP-Keys -->
  29. <!-- Servicelist -->
  30. <h2>
  31. Services:
  32. </h2>
  33. <p>
  34. <b>Syncplay server:</b> jellymansreport:8999 (no TLS yet :/ )
  35. </p>
  36. <p>
  37. <b>IRC-Server: </b> coming soon...
  38. </p>
  39. <p>
  40. <b>BBS:</b> coming soon...
  41. </p>
  42. <!-- End Servicelist -->
  43. </div>
  44. </body>
  45. </html>