aboutsummaryrefslogtreecommitdiffstats
path: root/en/_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/_header.html')
-rw-r--r--en/_header.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/en/_header.html b/en/_header.html
new file mode 100644
index 0000000..b8aabd4
--- /dev/null
+++ b/en/_header.html
@@ -0,0 +1,35 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="description"
+ content="personal website featuring music and art">
+ <meta name="keywords"
+ content="music, art, self-hosting, foss, openbsd">
+ <meta name="author"
+ content="la-ninpre">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <title></title>
+ <style>
+ body{margin:40px auto;max-width:650px;line-height:1.6;font-size:1.1em;color:#433;background:#eee;padding:0 10px}
+ h1,h2,h3{line-height:1.2}
+ header ul,footer ul{padding:0}header ul li,footer ul li{display:inline-block}
+ a{color:#33a}
+ img{max-width:100%;vertical-align:middle}
+ @media (prefers-color-scheme: dark){body{color:#ccc;background:#111}a{color:#99e}}
+ </style>
+ <link rel="icon" href="/img/icon.png" type="image/png">
+</head>
+<body>
+<header>
+<p>aaoth.xyz</p>
+<nav>
+<ul>
+<li><a href="/">home</a></li>
+<li><a href="/blog">blog</a></li>
+<li><a href="/music">music</a></li>
+<li><a href="/visual">visual</a></li>
+<li><a href="/about.html">about</a></li>
+</ul>
+</nav>
+</header>