| 12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title></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></h1>
-
- </article>
- <footer class="page-footer">
- <small>- unakt</small>
- </footer>
- </body>
- </html>
|