Update index.html

This commit is contained in:
James Pearce
2014-10-15 09:46:50 -07:00
parent b2c9580d8f
commit a88e9d8b84

View File

@@ -17,6 +17,14 @@
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://asyncdisplaykit.org/">
<script>
if (location.host == "facebook.github.io") {
//get outta here
location = 'http://asyncdisplaykit.org';
}
</script>
</head>