diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 13:20:04 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 13:20:04 +0100 |
| commit | 6e18728f2cf678ba8946371a8147768930336e8e (patch) | |
| tree | bd25c9124501056108889de0a93babccae32e4c8 /content/html/resources.html | |
| parent | 02ef1f602639e6e18f84631f544a16fd910c36bc (diff) | |
fix the favicon link
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 b11ccedc..050083e2 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/gif" href=/favicon.ico" /> +<link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} |
