summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authornikolaosboutalas <nikolaosboutalas@MACBOOKPRO-1B9E.station>2024-10-28 12:39:08 +0200
committerNikolaos Boutalas <nikolaosboutalas@MACBOOKPRO-1B9E.station>2026-01-04 21:47:36 +0200
commit53e047c3b6f97be57beefd872e37ac8ccde21bfb (patch)
treeab60d4699d40c90bf9668688c37fcf952160547c /templates
parent33fee56a2049b114bbf8c1e5f7929ceee40f2928 (diff)
base: add favicon
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 9cab7c7..b08a9f9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <link rel="icon" href="/favicon.svg" />
<title>Boutalas</title>
</head>