forked from JLinMr/Home-Vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 797 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_TITLE%</title>
<meta name="keywords" content="%VITE_KEYWORDS%" />
<meta name="description" content="%VITE_DESCRIPTION%" />
<link rel="icon" href="%VITE_FAVICON%" />
<!--Umami统计-->
<script defer src="%VITE_UMAMI_SCRIPT%" data-website-id="%VITE_UMAMI_WEBSITE_ID%"></script>
<!-- 引入图标库 -->
<link rel="stylesheet" href="%VITE_ICON_LIBRARY%">
<!-- 字体 -->
<link rel="stylesheet" href="%VITE_FONT_LIBRARY%">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>