diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 09:48:43 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 86e40f9026d2978aedcf570a92f6a9d1c5940492 (patch) | |
| tree | d93f4f5bbc32877303914f070109e75a42333a82 /content/html/index.html | |
| parent | 6f538b92cd0c55666946887b8ef7dd50c8d4a3f5 (diff) | |
add favicon to html header
Diffstat (limited to 'content/html/index.html')
| -rw-r--r-- | content/html/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/html/index.html b/content/html/index.html index 3d289e35..80216ce3 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -3,6 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> +<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} |
