diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,6 +11,7 @@ <body> <main> <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/> + <h1>Dustin Walker's Webpage</h1> <p>This website runs under a self hosted raspberry pi 3, configured under the guidance of <a href="https://landchad.net">LandChad.net</a>. Go here to learn more. Currently under construction, more content will be added at a later date. @@ -21,7 +22,7 @@ <li><a href="https://git.dwalker.xyz">self hosted git</a></li> <li><a href="https://lukesmith.xyz">Luke Smith</a></li> <li><a href="https://wttr.in">Weather</a></li> - <li>Recipes (soon™)</li> + <li><a href="recipes.html">Recipes</a></li> </ul> </div> <div class="column"> @@ -34,7 +35,7 @@ </div> <footer> - <a href="https://landchad.net"><img src="img/landchad.gif" alt="LandChad.net" title="LandChad.net"></a> + <a href="https://landchad.net"><img src="img/landchad.gif" alt="LandChad.net" title="LandChad.net"></a> </footer> </main> </body> |