aboutsummaryrefslogtreecommitdiffhomepage
path: root/header.html
blob: 17702034dc4c5e41a141ddcd51c483a96d01b450 (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.4">
</head>

<header id="top">
	<nav>
		<a href="/"><b>btxx.org</b></a><a href="#menu">Menu</a>
	</nav>
</header>

<main>