update favicon links and adjust stylesheet paths for consistency
This commit is contained in:
parent
3886226d56
commit
6be04e5f75
6
404.php
6
404.php
@ -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>
|
||||
|
||||
|
||||
18
header.php
18
header.php
@ -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) -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user