diff options
author | Adam Stück <adam@adast.xyz> | 2023-12-17 19:54:39 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-12-17 20:56:00 +0100 |
commit | 267ce378e2cdfb1e72dcfcd05c8d4b69da9c79cb (patch) | |
tree | 3616fba7a5550068ec33ded9318d4d51098917a4 /header.html | |
parent | 5aa9d9038919533481e10976f3f7f9c90531a81a (diff) |
overhaul: switch from ssg to barf
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/header.html b/header.html new file mode 100644 index 0000000..06e37e1 --- /dev/null +++ b/header.html @@ -0,0 +1,16 @@ +<!doctype html> +<html lang="en" id="top"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" href="data:,"> + <title>{{TITLE}}</title> + <link href="https://arena.adast.dk/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</style> +</head> + +<nav> + <a href="#menu">Menu ↓</a> +</nav> + +<main> |