mirror of https://github.com/layui/layui
增加 docs 中转页
parent
8f012273ed
commit
beaeecdf4c
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>文档中转页</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
setTimeout(function(){
|
||||||
|
location.href = 'https://layui.gitee.io/v2';
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
Loading…
Reference in New Issue