summaryrefslogtreecommitdiff
path: root/header.html.part
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 09:48:43 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 09:48:43 +0100
commit8575662feac53cdecf42e9af35e33cb40f651c05 (patch)
treed02901808c7a2f1062ea29d43a13dab709e4e751 /header.html.part
parentb7bbe1773e90c4370546cd719194635f931a1c21 (diff)
add favicon to html header
Diffstat (limited to 'header.html.part')
-rw-r--r--header.html.part1
1 files changed, 1 insertions, 0 deletions
diff --git a/header.html.part b/header.html.part
index 7fadf752..e65eb692 100644
--- a/header.html.part
+++ b/header.html.part
@@ -3,6 +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"/ >
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}