Skip to content

Commit 0e75894

Browse files
committed
Redirect ryanzhang portal to a private server
0 parents  commit 0e75894

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
_site
2+
.settings
3+
.sass-cache
4+
.project
5+
.buildpath
6+
.idea
7+
*.iml

index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0;url=http://20.188.7.37/" />
6+
<link rel="canonical" href="http://20.188.7.37/" />
7+
</head>
8+
<body>
9+
<h1>
10+
The page been moved to <a href="http://20.188.7.37/">http://20.188.7.37/</a>
11+
</h1>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)