topbar.html 293 B

1234567891011
  1. <header class="page-header">
  2. <a href="/" class="headerlogo" title="Go home">
  3. <img src="/img/astounddS.png" alt="huh" width="28">
  4. </a>
  5. <nav>
  6. <a href="/">Home</a>
  7. <a href="/about">About Me</a>
  8. <a href="/notes">Notes</a>
  9. </nav>
  10. </header>