-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
executable file
·78 lines (73 loc) · 3.3 KB
/
Copy pathdefault.html
File metadata and controls
executable file
·78 lines (73 loc) · 3.3 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.data.package.description }}">
<meta name="author" content="{{ site.data.package.author }}">
<title>{{ page.title }} | {{site.title}}</title>
<link rel="icon" href="{{ site.baseurl }}/assets/img/favicon.png">
<link rel="stylesheet" href="http://static.haibian.com/seal/0.0.1/css/seal.min.css?t=1464955333">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/demo.css">
<link rel="stylesheet" href="{{ site.baseurl }}/docs.min.css">
<script src='{{ site.baseurl }}/assets/js/jquery.min.js'></script>
<script>
if ( typeof HBUI == "undefined" || !HBUI ) {
var HBUI = {
version : '1.0.0'
};
}
</script>
<script src='{{ site.baseurl }}/plugins.min.js'></script>
<script src='{{ site.baseurl }}/doc.min.js'></script>
</head>
<body>
<div class="gb-page-wrapper">
<header class="gb-page-header">
<div class="container">
<a href="{{ site.baseurl }}/" class="logo">
<img src="{{ site.baseurl }}/assets/img/seal@2x.png" style="background:transparent">
<h1>{{site.title}}</h1>
</a>
<!-- <a href="https://github.com/GitbookIO/styleguide" class="btn btn-link pull-right hidden-xs tooltipped tooltipped-w" aria-label="Source on Github">
<i class="octicon octicon-mark-github"></i>
</a>
<a href="https://www.gitbook.com" class="btn btn-link pull-right hidden-xs">Return to GitBook.com</a> -->
</div>
</header>
<div class="gb-page-body">
<div class="gb-page-inner">
<div class="container">
<div class="row">
<div class="col-md-3">
{% include sidenav.html %}
</div>
<div class="col-md-9">
<div class="gb-markdown">
{{ content }}
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="gb-page-footer">
<div class="container">
<ul class="menu">
<li class="pull-right">
<span class="service-info">Copyright Haibian {{ site.time | date: '%Y' }}</span>
</li>
<li>
<a href="#">返回顶部</a>
</li>
<li>
<a href="javascript:viod(0)">Version {{ site.data.package.version }}</a>
</li>
</ul>
</div>
</footer>
</div>
</body>
</html>