aboutsummaryrefslogtreecommitdiff
path: root/templates/simple_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/simple_header.html')
-rw-r--r--templates/simple_header.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/simple_header.html b/templates/simple_header.html
new file mode 100644
index 0000000..0132334
--- /dev/null
+++ b/templates/simple_header.html
@@ -0,0 +1,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>