1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
sqlstyle.guide/_layouts/default.html

22 lines
1 KiB
HTML
Raw Normal View History

2015-07-03 08:24:10 -05:00
<!doctype html>
<html lang="en-au">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>{{ site.name }}</title>
2015-07-06 07:58:19 -05:00
<link href="http://fonts.googleapis.com/css?family=PT+Sans|Roboto+Slab|Droid+Sans+Mono" rel="stylesheet" type="text/css">
2015-07-03 08:24:10 -05:00
<link rel="stylesheet" href="style.css">
</head>
<body>
{% include head.html %}
2015-07-06 10:53:43 -05:00
<div id="content" class="wrap">
2015-07-06 07:58:19 -05:00
{{ content }}
</div>
2015-07-03 08:24:10 -05:00
{% include foot.html %}
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
2015-07-06 10:53:43 -05:00
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="scripts.js"></script>
2015-07-03 08:24:10 -05:00
</body>
</html>