update favicon links and adjust stylesheet paths for consistency

This commit is contained in:
Fabian Schieder 2026-03-01 02:50:30 +01:00
parent 3886226d56
commit 6be04e5f75
2 changed files with 13 additions and 11 deletions

View File

@ -15,7 +15,8 @@ error_log("[404] $ip $method $requestUri");
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<link rel="icon" href="assets/images/favicon.ico" sizes="any">
<link rel="icon" href="assets/icons/favicon.ico" sizes="any">
<link rel="shortcut icon" href="assets/icons/favicon.ico">
<title>404 Seite nicht gefunden | Geizkragen</title>
<style>
@ -553,4 +554,5 @@ error_log("[404] $ip $method $requestUri");
</script>
</body>
</html>
</html>

View File

@ -5,16 +5,16 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/assets/css/login.css">
<link rel="stylesheet" href="/assets/css/catbar.css">
<link rel="stylesheet" href="/assets/css/compcard.css">
<link rel="stylesheet" href="/assets/css/productpage.css">
<link rel="stylesheet" href="/assets/css/productAdder.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="assets/css/login.css">
<link rel="stylesheet" href="assets/css/catbar.css">
<link rel="stylesheet" href="assets/css/compcard.css">
<link rel="stylesheet" href="assets/css/productpage.css">
<link rel="stylesheet" href="assets/css/productAdder.css">
<!-- Favicon (zentral) -->
<link rel="icon" href="/assets/icons/favicon.ico" sizes="any">
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
<link rel="icon" href="assets/icons/favicon.ico" sizes="any">
<link rel="shortcut icon" href="assets/icons/favicon.ico">
<title>Geizkragen</title>
@ -53,7 +53,7 @@
<header class="header" id="header">
<nav class="nav" aria-label="Hauptnavigation">
<a class="nav__logoLink" href="index.php">
<img class="nav__logo" src="/assets/images/logoText.png" alt="Geizkragen" width="150">
<img class="nav__logo" src="assets/images/logoText.png" alt="Geizkragen" width="150">
</a>
<!-- Desktop-Suche (zentriert, wird auf ≤900px per CSS ausgeblendet) -->