aboutsummaryrefslogtreecommitdiff
path: root/templates/simple_header.html
blob: 0132334d05dc3d402fe303fc7b4f483f53e0e7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<header class="container">
    <nav class="container-fluid">
        <ul>
            <li><strong><a href="/">Yet Another Blog</a></strong></li>
        </ul>
        <ul>
            <li><a class="secondary">Posts</a></li>
            <li><a class="secondary">Projects</a></li>
            <li><a class="secondary">Resume</a></li>
        </ul>
    </nav>
</header>