Nieuwe test

This commit is contained in:
2026-09-07 12:01:51 +02:00
parent caa2c2fc2a
commit c2effc697d
3 changed files with 886 additions and 39 deletions
+3 -3
View File
@@ -433,9 +433,9 @@ $phpVersion = PHP_VERSION;
</div>
</div>
<nav class="nav-links">
<a href="index.php" class="btn-link">
&larr; Terug naar Home
</a>
<a href="index.php" class="btn-link">🏠 Home</a>
<a href="lab.php" class="btn-link" style="background: rgba(6, 182, 212, 0.2); color: white; border-color: rgba(6, 182, 212, 0.4);">🧪 Dev Lab</a>
<a href="services.php" class="btn-link">🛠️ Diensten &amp; Offerte</a>
<button class="sound-toggle" id="sound-btn" onclick="toggleAudio()" title="Schakel geluidseffecten in/uit">
<span id="sound-icon">🔈</span> Geluid: <span id="sound-status">Uit</span>
</button>