update header.php to replace remixicon link with favicon and change logo image source

This commit is contained in:
Fabian Schieder 2026-01-23 19:57:52 +01:00
parent 633c845615
commit 3346319396
3 changed files with 2 additions and 3 deletions

BIN
assets/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -7,8 +7,7 @@
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
<!--=============== REMIXICONS ===============--> <link rel="icon" href="assets/images/favicon.ico" sizes="any">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.5.0/remixicon.css">
<title>Geizkragen</title> <title>Geizkragen</title>
</head> </head>
@ -17,7 +16,7 @@
<header class="header" id="header"> <header class="header" id="header">
<nav class="nav" aria-label="Hauptnavigation"> <nav class="nav" aria-label="Hauptnavigation">
<a class="nav__logoLink" href="index.php"> <a class="nav__logoLink" href="index.php">
<img class="nav__logo" src="/assets/images/logo.png" alt="Geizhals" width="150"> <img class="nav__logo" src="/assets/images/logoText.png" alt="Geizhals" width="150">
</a> </a>
<div class="nav__inner container"> <div class="nav__inner container">