Start making the layout look like the old site

This commit is contained in:
2019-08-02 18:36:12 -07:00
parent 2aae302793
commit d1ad723a22
4 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<div class="container">
<h1>Daniel's Blog</h1>
</div>
<nav>
<div class="container">
<a href="/">Home</a>
<a href="https://github.com/DanilaFe">GitHub</a>
<a href="/about">About</a>
<a href="/tags">Tags</a>
<a href="/archive">Archive</a>
</div>
</nav>