feat: 添加闪屏
This commit is contained in:
16
splashscreen.html
Normal file
16
splashscreen.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Loading</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>正在加载!</h1>
|
||||
<div class="row">
|
||||
<h5>正在加载所需资源!</h5>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user