hextris/index.html
2014-07-22 22:33:41 -04:00

14 lines
497 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://hextris.github.io/hextris">
<script type="text/javascript">
window.location.href = "http://hextris.github.io/hextris"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow the <a href='http://hextris.github.io/hextris'>link to example</a>
</body>
</html>