diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-21 12:18:17 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-21 12:18:17 -0400 |
commit | b5ab99baf2f2f1e2418640070fda397003ff3dd5 (patch) | |
tree | 2c0f6dae2a489faa1230cb51911410c7330914f5 /header.html | |
parent | ca10d78e63a3caf8b79ac7b73ff483a7150c2683 (diff) |
Update README, add directories, image, LICENSE, and build config
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/header.html b/header.html new file mode 100644 index 0000000..edb98c7 --- /dev/null +++ b/header.html @@ -0,0 +1,21 @@ +<!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="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" /> +<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 +auto;max-width:650px;padding:1rem;}blockquote{background:#eee;border-left:4px + solid;color:black;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;}</style> +</head> + +<nav> + <a href="/">Home</a><span> | </span><a href="#menu">Menu ↓</a> +</nav> + +<main> + |