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

	<head>
		<title>Dustin Walker's Webpage</title>
		<meta charset="utf-8"/>
		<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>

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

</html>