diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-19 09:02:37 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-19 09:02:37 -0500 |
commit | 886271bb3b9a07295ecf7c6c8878fb52bdeff9b4 (patch) | |
tree | 0a970c59d236acc018248edd5ff3eb37442c0602 /header.html |
Initial commit for cgit platform
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..03eac64 --- /dev/null +++ b/header.html @@ -0,0 +1,16 @@ +<!doctype html> +<html lang="en"> +<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://barf.bt.ht/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;}</style> +</head> + +<nav> + <a href="#menu">Menu ↓</a> +</nav> + +<main> |