diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 09:53:14 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 2a1b307384e73c2e56195bae787e0eaaac07564b (patch) | |
| tree | c2c1f31c07353f8c26dc27439ac112cf175c03c4 /content/html/resources.html | |
| parent | 86e40f9026d2978aedcf570a92f6a9d1c5940492 (diff) | |
replace favicon
Diffstat (limited to 'content/html/resources.html')
| -rw-r--r-- | content/html/resources.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/resources.html b/content/html/resources.html index 676ba2f5..b873ef20 100644 --- a/content/html/resources.html +++ b/content/html/resources.html @@ -3,7 +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"/ > +<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} |
