forked from davidmr001/Vuejs-CNode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="Keywords" content="CNode:Node.js专业中文社区" />
<meta name="Description" content="CNode:Node.js专业中文社区" />
<meta name="full-screen" content="CNode:Node.js专业中文社区">
<meta name="x5-fullscreen" content="true">
<meta name="apple-mobile-web-app-title" content="CNode:Node.js专业中文社区">
<meta name="apple-mobile-web-app-capable" content="CNode:Node.js专业中文社区" />
<meta name="apple-touch-fullscreen" content="CNode:Node.js专业中文社区" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="format-detection" content="telephone=no" />
<meta content="email=no" name="format-detection" />
<link rel="icon" href="//o4j806krb.qnssl.com/public/images/cnode_icon_32.png" type="image/x-icon"/>
<title>CNode:Node.js专业中文社区</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>