-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·28 lines (28 loc) · 1.35 KB
/
Copy pathindex.html
File metadata and controls
executable file
·28 lines (28 loc) · 1.35 KB
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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="max-age=1200">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="unsafe-url">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="msapplication-TileColor" content="black">
<meta name="apple-mobile-web-app-title" content="View">
<title>Ginvel3后台管理系统,基于vue3+vite</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="https://github.com/fyonecon" />
<meta name="robots" content="noindex, nofollow"/>
<link rel="apple-touch-icon" href="/src/assets/launcher.png">
<link rel="icon" href="/src/assets/favicon.ico" type="image/x-icon"/>
<script>/*第三方统计代码位置*/</script>
</head>
<body class="body" data-size="px" title="Vue3+vite">
<div id="app"><!-- built files will be auto injected --></div>
<script type="module" src="/src/bootstrap/vue/main.js"></script>
<div class="full-div" id="full-div"><!-- show full screen --></div>
</body>
</html>