This commit is contained in:
2026-03-13 11:03:09 +01:00
parent 155a4dde42
commit f998085291
5 changed files with 40 additions and 8 deletions

View File

@@ -1,4 +1,7 @@
<header>
<div id="logo"></div>
<nav></nav>
<header id="header">
<div id="logo"> Un Logo </div>
<nav id="nav">
<a id="google" href="google.com">Google</a>
<a id="unTest" href="bing.com">Bing</a>
</nav>
</header>