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-01 09:53:14 +0100 |
| commit | f7e6b7c9a9f5b290bfcc663169323a6f7c5c84ca (patch) | |
| tree | a6160f63f380498f5a6f06fb20b7d9aa32b68d3a /content/html/resources.html | |
| parent | 8575662feac53cdecf42e9af35e33cb40f651c05 (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%;} |
