diff options
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | recipes.html | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -13,7 +13,9 @@ <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. + <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> + + <p>No ads. No javascript. No griefing.</p> <div class="row"> <div class="column"> diff --git a/recipes.html b/recipes.html index 62ec95f..05fe9bc 100644 --- a/recipes.html +++ b/recipes.html @@ -2,7 +2,7 @@ <html lang="en"> <head> - <title>Dustin Walker's Webpage</title> + <title>Dustin Walker's Recipes</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="stylesheet" type="text/css" href="style.css"/> |