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-21 05:11:04 +0100 |
| commit | 284e83bca22141d4dd012cfcd084dab912662ce6 (patch) | |
| tree | 12179e21bcd50324c93ea43d95df1b186ba1f218 /content/html/resources.html | |
| parent | ff732376f7c68eb032f075463cf9484b0ad9fa95 (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%;} |
