-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
39 lines (39 loc) · 1.47 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
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html, charset=utf-8" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta content="telephone=no" name="format-detection" />
<!-- 优先使用 IE 最新版本和 Chrome -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<!-- 为移动设备添加 viewport -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!--<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">-->
<link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://www.douglasvegas.com/api/css/markdown.min.css" media="all" rel="stylesheet">
<link rel="shortcut icon" href="/src/assets/logo.png"/>
<title>Record</title>
</head>
<style>
body {
margin: 0;
font-family: microsoft yahei;
background-color: #ebebeb;
}
* {
margin: 0;
}
.redActive{
color:#289bf3;
}
</style>
<body>
<div id="app">
<router-view></router-view>
</div>
<script src="dist/build.js"></script>
</body>
</html>