diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-02-03 22:41:34 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-02-03 22:41:34 -0500 |
commit | 4f2308ca76c26c2be9d3934a79e6bc2b5d3b1306 (patch) | |
tree | 6e20003ad2f8a179cef16a5fee74ebd2e681845a /index.html | |
parent | 70e1fcf595c2bd350672e31803d4b0336366291b (diff) |
helen prototype downloads
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> |