summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7a5389b
--- /dev/null
+++ b/index.html
@@ -0,0 +1,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>