-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathdefault.html
44 lines (41 loc) · 1.43 KB
/
default.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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>{{ page.title }}</title>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<link href="/css/libgit2.css?body=1" media="screen" rel="stylesheet" type="text/css" />
<link href="/css/api.css?body=1" media="screen" rel="stylesheet" type="text/css" />
<script src="//use.typekit.com/jsq2fql.js" type="text/javascript"></script>
<script>
//<![CDATA[
try{Typekit.load();}catch(e){}
//]]>
</script>
</head>
<body id='home'>
<div class='inner'>
<header>
<nav class="navigation">
<ul>
<li><a href="https://github.com/libgit2/libgit2/releases">Downloads</a></li>
<li><a href="/docs/reference">Reference</a></li>
<li><a href="/docs">Learning</a></li>
<li><a href="/security">Security</a></li>
<li><a href="https://github.com/libgit2/libgit2">Source</a></li>
</ul>
</nav>
<a href="/"><img src="/images/libgit2/[email protected]" width="269" height="66" alt="libgit2" /></a>
</header>
</div>
<div class='inner'>
{{ content }}
<footer>
<div class='site-source'>
This open sourced site is <a href="https://github.com/libgit2/www.libgit2.org">hosted on GitHub.</a>
Patches, suggestions, and comments are welcome.
</div>
</footer>
</div>
</body>
</html>