-
Notifications
You must be signed in to change notification settings - Fork 188
/
markdown-template.html
69 lines (67 loc) · 2.04 KB
/
markdown-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>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Git for Windows</title>
<meta name="description" content="We bring the awesome Git VCS to Windows">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="css/pack.css">
<style type="text/css">
body {
color: #FFF;
}
h1 {
text-align: center;
}
article p,h3,ul {
margin-left: auto;
margin-right: auto;
width: 65%;
}
</style>
<link rel="shortcut icon" href="favicon.ico">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.js"></script>
<![endif]-->
</head>
<body>
<footer>
<div class="content">
<ul class="list-unstyled">
<li><a href="https://github.com/git-for-windows/git/wiki/FAQ" target="_blank">FAQ</a></li>
<li><a href="https://github.com/git-for-windows/git" target="_blank">Repository</a></li>
<li><a href="http://groups.google.com/group/git-for-windows" target="_blank">Mailing List</a></li>
</ul>
<a href="index.html"><h1 class="gittext lowercase">Git for Windows</h1></a>
<div class="stud"></div>
</div>
</footer>
<section class="details">
<article>
<%= document %>
</article>
</section>
<footer>
<div class="content">
<ul class="list-unstyled">
<li><a href="https://github.com/git-for-windows/git/wiki/FAQ" target="_blank">FAQ</a></li>
<li><a href="https://github.com/git-for-windows/git" target="_blank">Repository</a></li>
<li><a href="http://groups.google.com/group/git-for-windows" target="_blank">Mailing List</a></li>
</ul>
<a href="index.html"><h1 class="gittext lowercase">Git for Windows</h1></a>
<div class="stud"></div>
</div>
</footer>
<script src="js/pack.js"></script>
<script>
$(document).ready(function() {
$(".fancybox-thumb").fancybox({
padding: 0
});
});
</script>
</body>
</html>