diff options
author | Bradley Taunt <brad@serpapi.com> | 2024-01-17 13:09:26 -0500 |
---|---|---|
committer | Bradley Taunt <brad@serpapi.com> | 2024-01-17 13:09:26 -0500 |
commit | e19f5e293b93835387dd7173a511e687187e972a (patch) | |
tree | 0d3a767df1926610bb42af1e66bf01385f0d6e0b /header.html |
Initial commit on self hosted cgit platform
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/header.html b/header.html new file mode 100644 index 0000000..197f71e --- /dev/null +++ b/header.html @@ -0,0 +1,17 @@ +<!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://jsfree.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom 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;}img{max-width:100%;}pre{overflow:auto;}abbr{background:yellow;color:blue;cursor:help;}nav a.menu{float:right;}.logo{display:block;max-width:60px;}</style> +</head> + +<nav> + <a class="menu" href="#menu">Menu ↓</a> + <a href="/"><img class="logo" src="/public/images/jsfree-logo.jpg" alt="jsfree logo"></a> +</nav> + +<main> |