mirror of https://gitee.com/antv-l7/antv-l7
docs: add 404 html
This commit is contained in:
parent
66d9db866b
commit
8fd55d51c0
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<header>
|
||||
<script> window.location.replace(`https://l7.antv.antgroup.com/`)</script>
|
||||
</header>
|
||||
<body>
|
||||
|
||||
<h1>L7 新官网</h1>
|
||||
|
||||
<p><a title="L7 新官网" href="https://l7.antv.antgroup.com/">L7 新官网</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<header>
|
||||
<script> window.location.replace(`https://l7.antv.antgroup.com${window.location.pathname}`)</script>
|
||||
<script> window.location.replace(`https://l7.antv.antgroup.com/`)</script>
|
||||
</header>
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue