summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorNikolas <nikolas@boutalas.com>2024-10-28 12:39:08 +0200
committerNikolas <nikolas@boutalas.com>2024-10-28 12:42:20 +0200
commitf5af2d3c5fd77b7e9a86836ed737be198eafd1ae (patch)
tree5a2b6fae3a69d189c29bddd5c759d965dbf900bd /templates/base.html
parentf934df8bc8fd0c8d19436f1b51a61e1f3f6bd08e (diff)
add favicon
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 2e72598..8046b4d 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" />
<link rel="stylesheet" href="/simple.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />