Skip to content

Commit 935cd02

Browse files
authored
Merge pull request #11 from weiguoz/redirect
Add redirect
2 parents 02b2bc4 + 80fe224 commit 935cd02

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="0; url=https://github.com/sql-machine-learning/jsqlflow"/>
4+
<link rel="canonical" href="https://github.com/sql-machine-learning/jsqlflow"/>
5+
<script>
6+
window.location.replace("https:\/\/github.com\/sql-machine-learning\/jsqlflow");
7+
</script>
8+
</head>
9+
<body>
10+
<h1>Redirecting to <a href="https://github.com/sql-machine-learning/jsqlflow">https://github.com/sql-machine-learning/jsqlflow</a>
11+
</h1>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)