summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2021-12-09 01:04:21 -0500
committerDustin Walker <dustin.walker@email.wsu.edu>2021-12-09 01:04:21 -0500
commit70e1fcf595c2bd350672e31803d4b0336366291b (patch)
treee923fb279ba9fa1eef3389b615e46332be0c2c27 /index.html
parent21a07f3a77d82b2d8981b042d43c88c205d67091 (diff)
gif banner link, and filling out
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.html b/index.html
index a940cb0..8e82a97 100644
--- a/index.html
+++ b/index.html
@@ -10,16 +10,21 @@
</head>
<body>
<main>
- <img class="icon" src="HPR.png" alt="Heilich Pennsylfaanisch Reich" />
+ <img class="icon" src="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.
+ <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>
+
+ <footer>
+ <a href="https://landchad.net"><img src="img/landchad.gif" alt="LandChad.net" title="LandChad.net"></a>
+ </footer>
</main>
</body>