36 lines
1.0 KiB
HTML
36 lines
1.0 KiB
HTML
<!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">
|
|
<title>$title$</title>
|
|
<link rel="stylesheet" href="/css/theme.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<a href="/">Binary Strolls</a>
|
|
<a href="/archive.html">Archive</a>
|
|
<a href="https://dbalan.in">About</a>
|
|
</header>
|
|
<section>
|
|
$body$
|
|
</section>
|
|
<hr>
|
|
<footer>
|
|
<p>
|
|
<a href="https://git.sr.ht/~dbalan/blogng">Source Code</a> -
|
|
<a href="https://jaspervdj.be/hakyll/"> built with hakyll</a> -
|
|
<a href="/atom.xml"> Feed</a>
|
|
</p>
|
|
<p>
|
|
CC-BY-NC
|
|
</p>
|
|
<p>
|
|
Want to become a better programmer? <a href="https://www.recurse.com/scout/click?t=7fa4273c56d752484c0e30d3fbb0d52a">Join the Recurse Center!</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</body>
|
|
</html>
|