mes trucs

This commit is contained in:
anto
2024-10-24 15:54:30 +02:00
parent 37faba25ba
commit eabcb00537
9 changed files with 168 additions and 132 deletions

View File

@@ -36,7 +36,7 @@
<script>
document.addEventListener('DOMContentLoaded', () => {
document.getElementById("projets").addEventListener('click', () => {
window.location.href = 'projets.html';
window.location.href = '../index.html';
});
});
</script>