diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-28 02:38:57 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-28 02:38:57 +0200 |
commit | 40df22fabfa82147edcc23dc767ea96dd8e511a5 (patch) | |
tree | 903751844d6a27b6609546db76d3a0b301e4e696 /header.html | |
parent | 14bde1ae6b54b7383e485143f17de15c65fe5f9f (diff) | |
download | website-40df22fabfa82147edcc23dc767ea96dd8e511a5.tar.xz |
Move header to own file and use server side include
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/header.html b/header.html new file mode 100644 index 0000000..370f90b --- /dev/null +++ b/header.html @@ -0,0 +1,10 @@ +<header> + <h1><a href="/">Johannes Löthberg</a></h1> + <nav> + <ul> + <li><a href="/">~/</a></li> + <li><a href="/blog">blog/</a></li> + <li><a href="/contact">contact/</a></li> + </ul> + </nav> +</header> |