favicon.ico

This commit is contained in:
nikolaswollenberg 2024-03-07 19:58:05 +01:00
parent a46b464ca6
commit 343bb26536
2 changed files with 1 additions and 0 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" > <meta name="viewport" content="width=device-width, initial-scale=1" >
<title>{{ title }} - HabitTracker</title> <title>{{ title }} - HabitTracker</title>
<link rel="icon" href="/static/favicon.ico">
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" type="text/css" href="../../static/css/background.css"> <link rel="stylesheet" type="text/css" href="../../static/css/background.css">