Add favicon link to layout for improved branding

This commit is contained in:
Fabian Schieder 2026-03-01 17:27:31 +01:00
parent 82221d63ae
commit bf0327d78a
2 changed files with 3 additions and 0 deletions

BIN
icons/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fabian Schieder</title>
<link rel="icon" type="image/png" href="/icons/favicon.png">
<link rel="stylesheet" href="/style.css">
</head>
<body>
@ -16,3 +17,5 @@
<div class="background-blur"></div>
</body>
</html>