-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (94 loc) · 3.92 KB
/
Copy pathindex.html
File metadata and controls
124 lines (94 loc) · 3.92 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!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="FED Guide for websites">
<meta name="author" content="听着情歌流泪 <develop@lingtal.com>">
<title>概述 | 前端开发文档</title>
<link rel="icon" href="/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="/assets/css/demo.css">
<link rel="stylesheet" href="/docs.min.css">
<script src='/assets/js/jquery.min.js'></script>
<script>
if ( typeof HBUI == "undefined" || !HBUI ) {
var HBUI = {
version : '1.0.0'
};
}
</script>
<script src='/plugins.min.js'></script>
<script src='/doc.min.js'></script>
</head>
<body>
<div class="gb-page-wrapper">
<header class="gb-page-header">
<div class="container">
<a href="/" class="logo">
<img src="/assets/img/seal@2x.png" style="background:transparent">
<h1>前端开发文档</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">
<!--
@Project: HaiBian
@Author: 听着情歌流泪 <bobo>
@Create Time: 2016-02-27 02:39:38
@Email: bobo.xiao@nmtree.com
@Last modified time: 2016-07-05 20:14:26
@License: MIT
-->
<!--
<div class="panel panel-default">
<div class="list-group">
<a href="/" class="list-group-item active">概述</a>
</div>
</div> -->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">海边业务服务平台 [移动端]</h3>
</div>
<div class="list-group">
<a href="/h5-dialog/" class="list-group-item ">移动端快速登录弹层</a>
</div>
</div>
</div>
<div class="col-md-9">
<div class="gb-markdown">
<h3 id="section">概述</h3>
</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 2016</span>
</li>
<li>
<a href="#">返回顶部</a>
</li>
<li>
<a href="javascript:viod(0)">Version 1.0.0</a>
</li>
</ul>
</div>
</footer>
</div>
</body>
</html>