| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>unakt - hi</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>
- <div id="tag">
- <p>Hi, I'm unakt - a living mess from France doing his best to sort things up.</p>
- </div>
- <main>
- <ul class="postlist">
-
- <li><h3>4th - I don't know why it doesn't list all poasts</h3></li>
- <p>Yeah, why the first post is ignored?</p>
-
- </ul>
- <p> ---
- <a href="/1/">Next Page</a></p>
- </main>
-
- <footer class="page-footer">
- <small>- unakt</small>
- </footer>
- </body>
- </html>
|