diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 09:59:32 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-30 09:59:32 +0100 |
| commit | acefd95284ec8114c605f3cbbc5de2a9fe6cab7f (patch) | |
| tree | 304fe0058e397e23fea92685b752cad12350195e /header.html.part | |
| parent | d8919de192f732a9c2278b17c8369c02d18a09fd (diff) | |
those files are not real html but only parts
Diffstat (limited to 'header.html.part')
| -rw-r--r-- | header.html.part | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/header.html.part b/header.html.part new file mode 100644 index 00000000..7fadf752 --- /dev/null +++ b/header.html.part @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<title>buetow.org - Having fun with computers!</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: 2px; } +a:hover { color: #51afef; text-decoration: underline; } +h1 { color: #ff6c6b; } +h2, h3, h4, h5, h6 { color: #51afef; } +li { color: #98be65; } +</style> +</head> +<body> |
