update header.php to replace remixicon link with favicon and change logo image source
This commit is contained in:
parent
633c845615
commit
3346319396
BIN
assets/images/favicon.ico
Normal file
BIN
assets/images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
@ -7,8 +7,7 @@
|
||||
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
|
||||
<!--=============== REMIXICONS ===============-->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.5.0/remixicon.css">
|
||||
<link rel="icon" href="assets/images/favicon.ico" sizes="any">
|
||||
|
||||
<title>Geizkragen</title>
|
||||
</head>
|
||||
@ -17,7 +16,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/logo.png" alt="Geizhals" width="150">
|
||||
<img class="nav__logo" src="/assets/images/logoText.png" alt="Geizhals" width="150">
|
||||
</a>
|
||||
|
||||
<div class="nav__inner container">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user