mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
|
|
|
|
<title>{{ page.title }} :: {{ site.name }}</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<div class="container">
|
|
<h1>{{ site.name }}</h1>
|
|
<h2>{{ site.description }}</h2>
|
|
|
|
<section id="downloads">
|
|
<a href="https://github.com/mbirth/wiki/zipball/master" class="btn">Download as .zip</a>
|
|
<a href="https://github.com/mbirth/wiki/tarball/master" class="btn">Download as .tar.gz</a>
|
|
<a href="https://github.com/mbirth/wiki" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
|
</section>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<section id="main_content">
|
|
{{ content }}
|
|
</section>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |