This commit is contained in:
Tommy Parnell
2015-11-21 02:12:09 -05:00
commit 0d11ededb2
2 changed files with 11 additions and 0 deletions

1
CNAME Normal file
View File

@@ -0,0 +1 @@
tparnell.io

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<html>
<head>
<title></title>
</head>
<body>
<script>
window.location = "http://about.tparnell.io";
</script>
</body>
</html>