Skip to content

Commit d3f7eb0

Browse files
site: add canonical SAGE homepage redirect
0 parents  commit d3f7eb0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta http-equiv="refresh" content="0; url=https://sage.org.ai/">
7+
<link rel="canonical" href="https://sage.org.ai/">
8+
<title>SAGE</title>
9+
<script>window.location.replace("https://sage.org.ai/");</script>
10+
</head>
11+
<body>
12+
<p>SAGE has moved to <a href="https://sage.org.ai/">sage.org.ai</a>.</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)