the code for my website (https://www.annwan.me)
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.

86 lines
2.1 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head><title>First Post &ndash; Annwan</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <meta charset="UTF-8"/>
  6. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  7. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  8. <link rel="stylesheet" href="https://www.annwan.me/css/palettes/gruvbox-dark.css">
  9. <link rel="stylesheet" href="https://www.annwan.me/css/risotto.css">
  10. <link rel="stylesheet" href="https://www.annwan.me/css/custom.css">
  11. </head>
  12. <body>
  13. <div class="page">
  14. <header class="page__header"><nav class="page__nav main-nav">
  15. <ul>
  16. <li class="nomarker"><h1 class="page__logo"><a href="https://www.annwan.me/" class="page__logo-inner">Annwan</a></h1></li>
  17. <li class="main-nav__item"><a class="nav-main-item active" href="https://www.annwan.me/misc/" title="Misc">Misc</a></li>
  18. </ul>
  19. </nav>
  20. </header>
  21. <section class="page__body">
  22. <header class="content__header">
  23. <h1>First Post</h1>
  24. </header>
  25. <div class="content__body">
  26. <p>Hi! Welcome to the corner of the internet where I post my ramblings. Have a
  27. look!</p>
  28. </div>
  29. <footer class="content__footer"></footer>
  30. </section>
  31. <section class="page__aside">
  32. <div class="aside__about">
  33. <ul class="aside__social-links">
  34. </ul>
  35. </div>
  36. <hr>
  37. <div class="aside__content">
  38. <p>
  39. 2024-02-25
  40. </p>
  41. </div>
  42. </section>
  43. <footer class="page__footer"><p class="copyright">© Annwan</p>
  44. </footer>
  45. </div>
  46. </body>
  47. </html>