add things

This commit is contained in:
Tommy Parnell
2015-11-21 02:13:32 -05:00
commit 70008fe819
2 changed files with 11 additions and 0 deletions

1
CNAME Normal file
View File

@@ -0,0 +1 @@
tommyparnell.com

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>