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-21 05:11:04 +0100
commit86e40f9026d2978aedcf570a92f6a9d1c5940492 (patch)
treed93f4f5bbc32877303914f070109e75a42333a82 /header.html.part
parent6f538b92cd0c55666946887b8ef7dd50c8d4a3f5 (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 7fadf75..e65eb69 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%;}