diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 07:23:58 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 9e8f273e6e6ca85bcfbad1219ae1d9ef1acf7ad9 (patch) | |
| tree | c30fadf49214ca895b639cc7e9f2dd42f79128df /content | |
| parent | 762dc3a1a1c7ef049aec528a5e8b8251ac9bc7b5 (diff) | |
refactor
Diffstat (limited to 'content')
| -rw-r--r-- | content/footer.html | 2 | ||||
| -rw-r--r-- | content/header.html | 19 |
2 files changed, 0 insertions, 21 deletions
diff --git a/content/footer.html b/content/footer.html deleted file mode 100644 index 308b1d01..00000000 --- a/content/footer.html +++ /dev/null @@ -1,2 +0,0 @@ -</body> -</html> diff --git a/content/header.html b/content/header.html deleted file mode 100644 index b83754f1..00000000 --- a/content/header.html +++ /dev/null @@ -1,19 +0,0 @@ -<!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> |
