diff options
Diffstat (limited to 'templates')
-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 63068fd..3912833 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/fonts.css"> + <link rel="icon" type="image/png" href="/static/favicon.png" /> <title>celeste's hard drive</title> </head> |