dash-docs/_layouts/base.html
Gregory Maxwell 49dfb4beb6 Update copyright dates in the footer, add a summary to the top of feb20.
Per prior discussion in #bitcoin-dev, give the feb20 a tldr message
at the top. Also add a world clock link.
2012-02-18 22:37:15 -05:00

48 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bitcoin - {{ page.title }}</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- scripting -->
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src="/lib/app.js"></script>
-->
<!-- stylesheet -->
{% lesscss bootstrap.less %}
<!-- fav and touch icons -->
<link rel="shortcut icon" href="/favicon.ico">
<!--
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
</head>
<body>
{{ content }}
<div class="container">
<footer>
<div class="inner">
<p>
&copy; Bitcoin Project 2009&ndash;2012<br/>
Released under the <a href="http://creativecommons.org/licenses/MIT/">MIT license</a>
</p>
</div>
</footer>
</div>
</body>
</html>