summaryrefslogtreecommitdiff
path: root/index.html
blob: a940cb01e8be88ffb9cbd2604b8514f08933ed3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML>
<html lang="en">

	<head>
		<title>Dustin Walker's Webpage</title>
		<meta charset="utf-8"/>
		<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>
		<main>
			<img class="icon" src="HPR.png" alt="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.

			<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>