topbar.html 355 B

123456789101112
  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 class="topnav">
  6. <a href="/">Blog</a>
  7. <a href="/gallery">Photos</a>
  8. <a href="/about">About Me</a>
  9. <!-- <a href="/notes">Notes</a>-->
  10. </nav>
  11. </header>