landing page for bemoe.online
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.

42 lines
2.1KB

  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>be 萌え online</title>
  8. <!-- <link rel="stylesheet" type="text/css" href="https://sern.jellymansreport.yokohama/bemoe.online/canvass.css"> -->
  9. <link rel="stylesheet" type="text/css" href="canvass.css">
  10. </head>
  11. <body>
  12. <!-- marquee because i can. bite me -->
  13. <marquee class="quotes" behavior="scroll" direction="left"><pre class="fig">
  14. _______ _______ __ __ _______ _______ _______ __ _ ___ ___ __ _ _______
  15. | _ || | | |_| || || | | || | | || | | | | | | || |
  16. | |_| || ___| | || _ || ___| | _ || |_| || | | | | |_| || ___|
  17. | || |___ | || | | || |___ | | | || || | | | | || |___
  18. | _ | | ___| | || |_| || ___| | |_| || _ || |___ | | | _ || ___|
  19. | |_| || |___ | ||_|| || || |___ | || | | || || | | | | || |___
  20. |_______||_______| |_| |_||_______||_______| |_______||_| |__||_______||___| |_| |__||_______|
  21. </pre></marquee>
  22. <!-- end marquee -->
  23. <div>
  24. <h1>「bemoe.online」ようこそ!</h1>
  25. </div>
  26. <div class="content">
  27. <!-- Servicelist -->
  28. <h2>on my domain:</h2>
  29. <p><strong>blog: </strong> <a href="https://blog.bemoe.online/">blog.bemoe.online</a></p>
  30. <p><strong>fedi instance: </strong> <a href="https://lets.bemoe.online/">lets.bemoe.online (lbmo)</a></p>
  31. <!-- End Servicelist -->
  32. <br /><br />
  33. <!-- donations button -->
  34. <p><strong>now accepting donations!</strong></p>
  35. <a href="https://liberapay.com/murabito/donate"><img alt="donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" /></a>
  36. <!-- end donations button -->
  37. <br />
  38. <p><strong><em>more to come... probably</em></strong></p>
  39. </div>
  40. </body>
  41. </html>