forked from liuhui998/gitbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchapter_template.html
69 lines (54 loc) · 2.12 KB
/
chapter_template.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
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-language" content="en">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Git Book 中文版 - #title</title>
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" href="assets/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="assets/blueprint/print.css" type="text/css" media="print">
<!--[if IE]><link rel="stylesheet" href="assets/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="assets/stylesheets/mac_classic.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="assets/stylesheets/style.css" type="text/css" media="screen, projection">
</head>
<body>
<div class="container chapter showgrids">
<div class="span-21 header">
<div class="nav">#nav</div>
<div class="title"><a href='index.html'>Git Community Book 中文版</a></div>
</div>
<div class="span-21">
<br/>
</div>
<div class="span-21">
#body
</div>
<div class="span-21">
<hr/>
<div class="center">#nav</div>
<hr/>
</div>
<div class="span-17 footer">
<div class="menu">
This book is maintained by Scott Chacon, and hosting is donated by GitHub.
<br>
Please email me at <a href="mailto:[email protected]">[email protected]</a>
with patches, suggestions and comments.<br>
中文版是由 <a href="http://liuhui998.com">liuhui998.com</a>维护,如果有任何意见建议或发现有bug,请联系我.
</div>
</div>
<div class="span-4 last center">
<a href="http://github.com/liuhui998/gitbook"><img src="assets/images/github.png" alt="github logo"></a>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6896227-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-6896227-4');
</script>
</body>
</html>