diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 27 |
1 files changed, 19 insertions, 8 deletions
@@ -10,17 +10,28 @@ </head> <body> <main> - <img class="icon" src="HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/> + <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/> <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. - <h2>Links</h2> - <ul> - <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> - </ul> + <div class="row"> + <div class="column"> + <h2>Links</h2> + <ul> + <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> + </ul> + </div> + <div class="column"> + <h2>Downloads</h2> + <ul> + <li><a href="helen/helen_win_x64.7z" download>Helen Windows x64</a></li> + <li><a href="helen/helen_linux_x64.7z" download>Helen Linux x64</a></li> + </ul> + </div> + </div> <footer> <a href="https://landchad.net"><img src="img/landchad.gif" alt="LandChad.net" title="LandChad.net"></a> |