diff options
| author | nikolaosboutalas <nikolaosboutalas@MACBOOKPRO-1B9E.station> | 2024-10-28 12:39:08 +0200 |
|---|---|---|
| committer | Nikolaos Boutalas <nikolaosboutalas@MACBOOKPRO-1B9E.station> | 2026-01-04 21:47:36 +0200 |
| commit | 53e047c3b6f97be57beefd872e37ac8ccde21bfb (patch) | |
| tree | ab60d4699d40c90bf9668688c37fcf952160547c /templates/base.html | |
| parent | 33fee56a2049b114bbf8c1e5f7929ceee40f2928 (diff) | |
base: add favicon
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 1 |
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> |
