Skip to content

Commit

Permalink
added redirect from old about page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsb committed Feb 25, 2016
1 parent 3b4f9a3 commit 527bf14
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions about/index.html
@@ -0,0 +1,18 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://caleydo.org/tools/upset/">
<script type="text/javascript">
window.location.href = "http://caleydo.org/tools/upset/";
</script>
<title>UpSet About Page</title>
</head>
<body>
<h1>>UpSet About Page</h1>

<p>
If you are not redirected automatically, follow the <a href='http://caleydo.org/tools/upset/'>link to the latest version of the
class</a></p>
</body>
</html>

0 comments on commit 527bf14

Please sign in to comment.