diff options
author | Nikolas <nikolas@boutalas.com> | 2024-10-28 12:39:08 +0200 |
---|---|---|
committer | Nikolas <nikolas@boutalas.com> | 2024-10-28 12:42:20 +0200 |
commit | f5af2d3c5fd77b7e9a86836ed737be198eafd1ae (patch) | |
tree | 5a2b6fae3a69d189c29bddd5c759d965dbf900bd /templates/base.html | |
parent | f934df8bc8fd0c8d19436f1b51a61e1f3f6bd08e (diff) |
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 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" /> |