This commit is contained in:
Tommy Parnell
2016-06-29 10:27:41 -07:00
commit 989a0cf24f
2 changed files with 11 additions and 0 deletions

1
CNAME Normal file
View File

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

10
index.html Normal file
View File

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