-
Notifications
You must be signed in to change notification settings - Fork 53
/
index.html
33 lines (31 loc) · 998 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/loading.css" />
<link rel="stylesheet" href="/upgrade.css" />
<title>后台管理系统</title>
</head>
<body class="theme-primary">
<!--[if lt IE 7]>
<div class="upgrade">
<h1>请升级您的浏览器</h1>
<p>您的浏览器已过时,可能与本网站不兼容。 为了确保最佳体验,请升级到较新的浏览器。</p>
<a href="https://browsehappy.com/">立即升级</a>
</div>
<![endif]-->
<div id="first" class="ma-mskLoading">
<div class="ma-line-scale">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>