增加 docs 中转页

pull/1099/head
贤心 2022-07-21 20:34:18 +08:00
parent 8f012273ed
commit beaeecdf4c
1 changed files with 14 additions and 0 deletions

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>