Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit c134be2

Browse files
committed
added migration notice and redirect to the new zuix.js home
1 parent 9d4c003 commit c134be2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/index.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
<head>
44
<title>zUIx.js</title>
55
<!-- HTML meta refresh URL redirection -->
6-
<meta http-equiv="refresh"
7-
content="0; url=https://zuixjs.github.io/zuixjs.org">
6+
<meta -http-equiv="refresh" content="0; url=https://zuixjs.github.io/zuixjs.org">
7+
<style>
8+
p {
9+
margin: 64px;
10+
font-size: 150%;
11+
}
12+
strong { font-size: 200%; }
13+
</style>
814
</head>
915
<body>
10-
<p>The page has moved to a <a href="https://zuixjs.github.io/zuixjs.org"><strong>new home</strong></a>.</p>
16+
<p><strong>zuix.js</strong> website has moved to a <a href="https://zuixjs.github.io/zuixjs.org">new home</a>.</p>
1117
</body>
1218
</html>

0 commit comments

Comments
 (0)