diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2021-12-09 00:44:52 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2021-12-09 00:44:52 -0500 |
commit | 21a07f3a77d82b2d8981b042d43c88c205d67091 (patch) | |
tree | e664baf98600f9237878009e46718103cbb9e136 /index.html | |
parent | b548f9959cea90ec7962d102b4d40df7a36ea1f4 (diff) |
draft structure
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -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> |