summaryrefslogtreecommitdiff
path: root/header.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 07:23:58 +0100
committerPaul Buetow <git@mx.buetow.org>2021-04-30 07:23:58 +0100
commit4cfa033083b516205860fe3b608a10b2b4fdc2b7 (patch)
treed6f94d822633a4cec861ecc822c9cdf2d46e736d /header.html
parent4a9ecd80416a741375a0da9dff869a4c9025aea0 (diff)
refactor
Diffstat (limited to 'header.html')
-rw-r--r--header.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/header.html b/header.html
new file mode 100644
index 00000000..b83754f1
--- /dev/null
+++ b/header.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>buetow.org</title>
+<meta charset='utf-8'>
+<style>
+body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
+img { display: block; max-width: 70%;}
+pre { color: #ecbe7b; }
+blockquote { color: #ecbe7b; }
+a { color: #c678dd; text-decoration: none; }
+a.textlink:before { content: " > "; padding-left: 10px; }
+a:hover { color: #51afef; text-decoration: underline; }
+h1 { color: #ff6c6b; }
+h2, h3, h4, h5, h6 { color: #51afef; }
+li { color: #98be65; }
+</style>
+</head>
+<body>