commit
d456415653
14
docs/index.html
Normal file
14
docs/index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user