all repos — site @ dbaf883a463679944ab94bfa8f2eaaa4de6f6a82

source for my site, found at icyphox.sh

templates/nav.html (view raw)

 1<a href=/>
 2  <img src="/static/white.svg" alt="icyphox's avatar" height="40" width="40"/>
 3</a>
 4<nav>
 5  <a href="/blog">blog</a>
 6  &middot;
 7  <a href="/about">about</a>
 8  &middot;
 9  <a href="/uses">uses</a>
10  &middot;
11  <a href="/friends">friends</a>
12</nav>
13