blogng/templates/default.html

39 lines
1.4 KiB
HTML
Raw Normal View History

2017-01-22 21:30:42 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2017-01-31 21:42:20 +00:00
<title>$title$</title>
2019-08-03 22:00:30 +00:00
<link rel="stylesheet" href="/css/fonts.css" />
2019-08-03 13:56:12 +00:00
<link rel="stylesheet" href="/css/theme.css" />
2019-08-03 14:49:50 +00:00
<link rel="stylesheet" href="/css/syntax.css" />
</head>
2019-01-08 20:14:02 +00:00
<body>
<header>
2019-08-03 13:56:12 +00:00
<div class="header">
2019-08-03 16:16:25 +00:00
<div id="title"><a href="/">BINARY STROLLS</a></div>
2024-02-11 05:27:20 +00:00
<div id="nav"><a href="/archive.html">Archive</a><a href="/about.html">About</a></div>
2019-08-03 13:56:12 +00:00
</div>
2019-01-08 20:14:02 +00:00
</header>
<section>
2019-08-03 14:49:50 +00:00
$body$
2019-01-08 20:14:02 +00:00
</section>
<hr id="footerdiv">
2017-01-31 21:42:20 +00:00
<footer>
2024-01-11 12:27:05 +00:00
<p><a href="https://notwork.in/@notmycommit">Comments? toot me!</a></p>
2019-01-08 20:14:02 +00:00
<p>
2019-01-09 00:07:35 +00:00
<a href="https://git.sr.ht/~dbalan/blogng">Source Code</a> -
2019-01-13 00:59:37 +00:00
<a href="https://jaspervdj.be/hakyll/"> built with hakyll</a> -
2019-08-03 22:16:12 +00:00
<a href="/atom.xml"> Atom Feed</a>
2019-01-08 20:14:02 +00:00
</p>
2019-08-03 21:36:19 +00:00
<a href="https://creativecommons.org/licenses/by-nc/4.0/"><img src="/images/cc-by-nc.svg"></a>
2019-03-09 21:59:44 +00:00
<p>
2024-01-11 12:27:05 +00:00
Want to become a better programmer? <a href="https://www.recurse.com/scout/click?t=7fa4273c56d752484c0e30d3fbb0d52a">Join the Recurse Center!</a>
2019-03-09 21:59:44 +00:00
</p>
2024-01-11 12:27:05 +00:00
2017-01-31 21:42:20 +00:00
</footer>
</body>
2017-01-22 21:30:42 +00:00
</body>
</html>