Skip to content

Commit

Permalink
added gh-pages redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyfx committed Jul 27, 2012
1 parent eae4281 commit 8a0a5e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<title>X-Tag - a cross-browser web components library</title>
</head>

<body>
<h1>xtags has moved to <a href="http://x-tags.org">x-tags</a></h1>
</body>


<script type="text/javascript">
window.location = "http://x-tags.org";
</script>

</html>

0 comments on commit 8a0a5e2

Please sign in to comment.