aboutsummaryrefslogtreecommitdiff
path: root/header.html
blob: c802fd13b9f855c8117a83a47e8f937296c62725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="color-scheme" content="dark light">
	<link rel="icon" href="data:,">
	<title>{{TITLE}}</title>
	<link href="https://jsfree.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
	<link rel="stylesheet" href="/public/style.css">
</head>

<nav>
	<a href="/"><img class="logo" src="/public/images/jsfree-logo.jpg" alt="jsfree logo"></a><a class="menu" href="#menu">Menu &darr;</a>
</nav>

<main>