summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 13 insertions, 9 deletions
diff --git a/index.html b/index.html
index 7a5389b..a940cb0 100644
--- a/index.html
+++ b/index.html
@@ -4,19 +4,23 @@
<head>
<title>Dustin Walker's Webpage</title>
<meta charset="utf-8"/>
- <link rel='stylesheet' type='text/css' href='style.css'/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
- <h1>Dustin Walker's Webpage</h1>
- <p>This website is currently under construction.
- </p>
+ <main>
+ <img class="icon" src="HPR.png" alt="Heilich Pennsylfaanisch Reich" />
- <h2>GIT</h2>
- <ul>
- <li><a href="https://git.dwalker.xyz">Self host</a></li>
- <li><a href="https://github.com/jackoblades">Github</a></li>
- </ul>
+ <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.
+
+ <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>
+ </ul>
+ </main>
</body>
</html>