feat: add favicon to the base template

This commit is contained in:
2026-05-08 14:23:15 +02:00
parent 06b3761401
commit 940c33047c
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>