-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.45 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.45 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
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="keywords" content="Far_none,FarBlog,杨远的个人博客,西邮,西邮计算机学院,西邮移动应用开发实验室,西邮3G,西邮fz155">
<meta http-equiv="Content-Type" content="text/html" />
<meta name="author" content="杨远,ringfar@gmail.com">
<!-- 禁止百度转码 -->
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no"/>
<!--删除默认的苹果工具栏和菜单栏-->
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-style-bar" content="black"/>
<link rel="apple-touch-icon" href="/src/assets/images/ico.webp">
<!--iPhone格式检测-->
<meta name="format-detection" content="telephone=no,address=no"/>
<meta name="x5-text-size-adjust" content="enable"/>
<!-- UC强制全屏 -->
<meta name="full-screen" content="yes">
<!-- QQ强制全屏 -->
<meta name="x5-fullscreen" content="true">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileImage" content="/src/assets/images/ico.webp">
<meta name="msapplication-TileColor" content="#2F3BA2">
<link rel="shortcut icon" type="image/x-icon" href="./src/assets/images/ico.png" />
<title>Y</title>
</head>
<body>
<div id="app"></div>
<script src="./dist/build.js"></script>
</body>
</html>