Skip to content

Commit e8d12d7

Browse files
authored
Merge pull request #30 from wangkuiyi/add_redirect_html
Move redirect index.html from the sql-machine-learning repo to here
2 parents 8e58a29 + e7d3259 commit e8d12d7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

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

0 commit comments

Comments
 (0)