summaryrefslogtreecommitdiff
path: root/content/html/resources.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 13:20:04 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit284e83bca22141d4dd012cfcd084dab912662ce6 (patch)
tree12179e21bcd50324c93ea43d95df1b186ba1f218 /content/html/resources.html
parentff732376f7c68eb032f075463cf9484b0ad9fa95 (diff)
fix the favicon link
Diffstat (limited to 'content/html/resources.html')
-rw-r--r--content/html/resources.html2
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%;}