Skip to content

Commit 1727e23

Browse files
authored
add index.html (sql-machine-learning#1132)
1 parent 506e10f commit 1727e23

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

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

0 commit comments

Comments
 (0)