-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
31 lines (28 loc) · 1.17 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
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="YY">
<meta name="viewport"
content="user-scalable=0,viewport-fit=cover">
<!--// 设备的缩放-->
<meta name="format-detection" content="telephone=no">
<!--//禁止自动识别数字为手机号码-->
<meta name="apple-mobile-web-app-capable" content="yes">
<!--// 去掉苹果工具栏和菜单栏-->
<meta name="apple-touch-fullscreen" content="yes">
<!--//全屏-->
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"/>
<meta name="keywords" content="易猿敏捷开发团队协作管理平台,敏捷开发">
<meta name="description" content="易猿敏捷开发团队协作管理平台,敏捷开发">
<title>OeyTeam 高效敏捷开发团队协作管理平台</title>
<link href="/static/ionicons/css/ionicons.min.css" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>