Fixed favicon not showing up

This commit is contained in:
Thomas Oltmann 2025-10-09 16:25:19 +02:00
parent 8fad279dd0
commit 9b9885829f
2 changed files with 1 additions and 1 deletions

BIN
src/assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -3,7 +3,7 @@
<head> <head>
<title>Welcome to KarlOS!</title> <title>Welcome to KarlOS!</title>
<link rel="stylesheet" href="assets/style.css"/> <link rel="stylesheet" href="assets/style.css"/>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/> <link rel="icon" type="image/x-icon" href="assets/favicon.png"/>
</head> </head>
<body> <body>
<div class="navbar"> <div class="navbar">