| 1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>4th - I don't know why it doesn't list all poasts</title>
- <link rel="stylesheet" href="/bundle.css">
- </head>
- <body>
- <header class="page-header">
- <a href="/" class="headerlogo" title="Go home">
- <img src="/img/astounddS.png" alt="huh" width="28">
- </a>
- <nav>
- <a href="/">Home</a>
- <a href="/about">About Me</a>
- <a href="/notes">Notes</a>
- </nav>
- </header>
- <article>
- <h1>4th - I don't know why it doesn't list all poasts</h1>
- <p>Yeah, why the first post is ignored?</p>
- </article>
- <footer class="page-footer">
- <small>- unakt</small>
- </footer>
- </body>
- </html>
|