-
Notifications
You must be signed in to change notification settings - Fork 149
/
index.html
26 lines (26 loc) · 905 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Vue3 ElementPlus Admin">
<meta name="description" content="基于vite和element-plus和typescript的管理系统">
<meta name="keywords" content="vite,vuejs3,elementPlus,typescript,vue-next">
<meta name="baidu-site-verification" content="code-jvGVv9Wfi7" />
<title></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?6f30ec463f12087163460a93581d2f3d";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>