generated from thecodeorigin/vue-next-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.18 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link href="URL" rel="canonical" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/img/icons/favicon.svg" type="image/svg+xml" />
<link rel="mask-icon" href="/img/icons/favicon.svg" color="#FFFFFF" />
<meta name="description" content="Vue next Admin" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vue next Admin" />
<meta name="twitter:description" content="Vue next Admin" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
<meta name="og:title" property="og:title" content="Vue next Admin" />
<meta property="og:image" content="/img/icons/android-chrome-maskable-512x512" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<title>Vue next Admin</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>