This commit is contained in:
EspenVista
2025-04-03 12:33:16 +01:00
parent de888d9f3a
commit 2443c4b0d5
4 changed files with 11 additions and 5 deletions

View File

@@ -11,8 +11,14 @@
<body>
<nav class="navbar">
<ul class="nav-links">
<li><a href="#over-ons">Over ons</a></li>
<li><a href="#contact">Contact</a></li>
<button>
<a href="overons.html">Over ons</a>
</button>
<button>
<a href="contact.html">contact</a>
</button>
</ul>
</nav>