forked from wangxg2016/vue-bulma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 772 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="zh-cn" id="html">
<head>
<meta name="renderer" content="webkit">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="x5-fullscreen" content="true">
<meta name="full-screen" content="yes">
<meta name="programer" content="weixin:qq705459998">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link id="linkIcon" rel="shortcut icon" type="image/png">
<link id="linkAppIcon" rel="apple-touch-icon">
<link href="//cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/bulma/0.2.1/css/bulma.min.css" rel="stylesheet">
<title>Vue-Bulma</title>
</head>
<body>
<div id="app"></div>
</body>
</html>