Merge pull request #1099 from layui/2.x

增加 docs 中转页
This commit is contained in:
贤心 2022-07-21 20:35:28 +08:00 committed by GitHub
commit d456415653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
docs/index.html Normal file
View File

@ -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>