main #8

Merged
Mathijs merged 2 commits from main into test_02 2023-01-18 08:55:17 +01:00
2 changed files with 8 additions and 8 deletions

View file

@ -68,7 +68,7 @@
</picture> </picture>
<br><br> <br><br>
<div id="knop"> <div id="knop">
<a href="/index.html" class="knop knop_contact">MOVE ALONG</a><br> <a href="/" class="knop knop_contact">MOVE ALONG</a><br>
</div> </div>
</div> </div>

View file

@ -5,4 +5,4 @@ function hamburgermenuknopje() {
} else { } else {
x.style.display = "block"; x.style.display = "block";
} }
} }