index.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE html><html lang="en-US" xml:lang="en-US">
  2. <head>
  3. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  6. <link rel="shortcut icon" type="image/png" sizes="32x32" href="https://byron.games/images/favicon.png">
  7. <link rel="stylesheet" href="https://byron.games/main.css">
  8. <meta name="theme-color" content="#151515">
  9. <meta name="msapplication-navbutton-color" content="#151515">
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  11. <meta name="robots" content="index, follow">
  12. <meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
  13. <meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
  14. <title>About | A Blog or Some Shit</title>
  15. <meta name="generator" content="Zola">
  16. <meta name="description" content="">
  17. <meta name="author" content="">
  18. <link rel="canonical" href="https://byron.games/about/">
  19. <script type="application/ld+json">
  20. {
  21. "@context": "https://schema.org",
  22. "@type": "Person",
  23. "name": "About",
  24. "image": "https://byron.games/images/logo.png",
  25. "url": "https://byron.games/about",
  26. "sameAs": [
  27. ]
  28. }
  29. </script>
  30. <script type="application/ld+json">
  31. {
  32. "@context": "https://schema.org",
  33. "@type": "WebPage",
  34. "url": "https://byron.games/about",
  35. "name": "About",
  36. "description": "",
  37. "author": {
  38. "@type": "Person",
  39. "name": ""
  40. }
  41. }
  42. </script>
  43. </head>
  44. <body>
  45. <header>
  46. <div class="container">
  47. <a id="a-title" href="https://byron.games">
  48. <h1>A Blog or Some Shit</h1>
  49. </a>
  50. <h2></h2>
  51. <nav id="navbar">
  52. <a href="https:&#x2F;&#x2F;vtt.byron.games" class="btn">Foundry</a>
  53. <a href="https:&#x2F;&#x2F;km.byron.games" class="btn">King Maker Wiki</a>
  54. <a href="https://byron.games/about" class="btn">About</a>
  55. <a href="https://byron.games/tags" class="btn">Tags</a>
  56. </nav>
  57. </div>
  58. </header>
  59. <div class="container">
  60. <main>
  61. <article class="page">
  62. <div class="header-container">
  63. <h2>About</h2>
  64. </div>
  65. <div class="entry">
  66. <p>Nothing worth knowing</p>
  67. <!-- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec purus auctor, cursus turpis ac, ultricies nunc. Ut auctor, odio id tincidunt tincidunt, nunc metus tincidunt justo, ac ultricies nunc mi nec sapien. Nullam auctor, libero nec ultricies lacinia, mi purus vehicula mi, nec iaculis nunc elit nec felis. Nullam nec purus auctor, cursus turpis ac, ultricies nunc. Ut auctor, odio id tincidunt tincidunt, nunc metus tincidunt justo, ac ultricies nunc mi nec sapien. Nullam auctor, libero nec ultricies lacinia, mi purus vehicula mi, nec iaculis nunc elit nec felis.
  68. <!-- [Currículum Vitae](@/pages/cv.md) -->
  69. <!-- <br><br> -->
  70. <!-- ## Contact Me -->
  71. <!-- -->
  72. </div>
  73. </article>
  74. </main>
  75. </div>
  76. <footer>
  77. <span class="copyright">&copy; 2024 - 2025 </span>
  78. </footer>
  79. </body>
  80. </html>