aboutsummaryrefslogtreecommitdiffhomepage
path: root/header.html
blob: fe0c0c654df8c9a2e45bfa8871f16cee46f54fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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="light dark">
	<link rel="icon" href="data:,">
	<title>{{TITLE}}</title>
	<link href="/index.rss" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
	<link rel="stylesheet" href="/public/style.css?v=1.5">
</head>

<header id="top">
	<nav>
		<a href="#menu">Menu &darr;</a>
	</nav>
</header>

<main>