-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
27 lines (27 loc) · 1.01 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/public.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_SYSTEM_TITLE%</title>
</head>
<body>
<div id="IEBrowser-tips" style="display: none">
您的浏览器版本过低,《%VITE_SYSTEM_TITLE%》无法得到相应的支持,请及时更换
<a href="https://www.firefox.com.cn/" target="_blank">火狐浏览器</a>
(或
<a href="https://www.google.com/intl/zh-CN/chrome/" target="_blank">谷歌浏览器</a>
、
<a href="https://www.microsoft.com/zh-cn/edge/download?form=MA13FJ" target="_blank">Edge浏览器</a>
)。
</div>
<div id="top-loader"></div>
<div id="topSlot"></div>
<div id="app"></div>
<div id="fullScreen"></div>
<script src="/browser.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>