This repository was archived by the owner on Dec 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.39 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta name="full-screen" content="yes">
<meta name="x5-page-mode" content="app">
<meta name="x5-fullscreen" content="true">
<meta name="browsermode" content="application">
<meta name="x5-orientation" content="portrait">
<meta name="format-detection" content="email=no">
<meta name="screen-orientation" content="portrait">
<meta name="formal-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta http-equiv="Page-Enter" content="RevealTrans(duration=5,Transitionv=19)">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<meta name="description" content="一只机智、善良、勇敢的dog。">
<meta name="keywords" content="前端狗,机器人,前端机器人,web机器">
<title>Fe-Dog</title>
</head>
<body>
<div id="app"></div>
<script src="dist/build.js"></script>
</body>
</html>