misconstruedⓂ️monologues https://blog.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.

39 lines
1.2KB

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="referrer" content="no-referrer">
  8. <title>misconstrued monologues: $title$</title>
  9. <link rel="stylesheet" href="/css/default.css" />
  10. $favicons$
  11. </head>
  12. <body>
  13. <header>
  14. <div class="logo">
  15. <a href="/">misconstrued monologues</a>
  16. </div>
  17. <nav>
  18. <a href="/about.html">about</a>
  19. <a href="/contact.html">contact</a>
  20. <a href="/archive.html">archive</a>
  21. </nav>
  22. </header>
  23. <main role="main">
  24. <h1>$title$</h1>
  25. $body$
  26. </main>
  27. <footer>
  28. <div class="bleft">
  29. <a href="/" title="home">ホームページ</a>
  30. </div>
  31. <div class="bright">
  32. <a href="/contact.html" title="no i will not tell you what it is but you can read the page on how to contact me here if you want">僕の名前</a>
  33. </div>
  34. </footer>
  35. </body>
  36. </html>