This commit is contained in:
2026-03-20 14:13:09 +01:00
parent 898b297eee
commit 1fe166e95b
6 changed files with 13 additions and 8 deletions

13
header.php Normal file
View File

@@ -0,0 +1,13 @@
<header id="header">
<div id="logo">
<a href="index.php">
<img src="Logo.jpg" class="logo">
</a>
</div>
<nav>
<ul class="nav-list">
<li><a id="google" class="nav-element" href="google.com">Google</a></li>
<li><a id="unTest" class="nav-element" href="bing.com">Bing</a></li>
</ul>
</nav>
</header>