index.html 831 B

1234567891011121314151617181920212223242526272829303132
  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. <title>4th - I don&#39;t know why it doesn&#39;t list all poasts</title>
  7. <link rel="stylesheet" href="/bundle.css">
  8. </head>
  9. <body>
  10. <header class="page-header">
  11. <a href="/" class="headerlogo" title="Go home">
  12. <img src="/img/astounddS.png" alt="huh" width="28">
  13. </a>
  14. <nav>
  15. <a href="/">Home</a>
  16. <a href="/about">About Me</a>
  17. <a href="/notes">Notes</a>
  18. </nav>
  19. </header>
  20. <article>
  21. <h1>4th - I don't know why it doesn't list all poasts</h1>
  22. <p>Yeah, why the first post is ignored?</p>
  23. </article>
  24. <footer class="page-footer">
  25. <small>- unakt</small>
  26. </footer>
  27. </body>
  28. </html>