feat: add favicon to the base template

This commit is contained in:
2026-05-08 14:23:15 +02:00
parent 377ee1d176
commit 482575aed0
2 changed files with 1 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">
<link rel="icon" type="image/webp" href="/static/logo.webp">
<link rel="stylesheet" href="/static/style.css">
</head>
<body>

BIN
static/logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB