You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
|
|
<head> |
|
<meta charset="UTF-8" /> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> |
|
<meta name="renderer" content="webkit"> |
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"> |
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
<meta name="format-detection" content="telephone=no"> |
|
<link rel="icon" href="/favicon.png" /> |
|
<link rel="stylesheet" href="/iconfont/index.css"> |
|
<link rel="stylesheet" href="/iconfont/avue/iconfont.css"> |
|
<link rel="stylesheet" href="/iconfont/saber/iconfont.css"> |
|
<link rel="stylesheet" href="/css/loading.css"> |
|
</head> |
|
|
|
<body> |
|
<div id="app"> |
|
<div class="loading"> |
|
<div class="loading-wrap"> |
|
<div class="loading-dots"> |
|
<span class="dot dot-spin"> |
|
<i></i> |
|
<i></i> |
|
<i></i> |
|
<i></i> |
|
</span> |
|
</div> |
|
<div class="loading-title"> |
|
系统加载中 |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<script type="module" src="/src/main.js"></script> |
|
</body> |
|
|
|
</html> |