This commit is contained in:
arussac
2025-03-10 15:34:37 +01:00
parent f6eb291ef6
commit 14e3e95054
5 changed files with 7 additions and 86 deletions

View File

@@ -39,7 +39,6 @@
</div>
<div id="section" class="container mt-5">
<div class="buttons-container mb-4">
<button class="btn btn-primary" id="video" ><span>Mes vidéos</span></button>
<button class="btn btn-primary" id="download" ><span>Download App</span></button>
<button class="btn btn-primary" id="show-form-button"><span>+</span></button>
</div>
@@ -66,12 +65,6 @@
<script src="../js/utilities/routes.js"></script>
<script src="../js/index.js"></script>
<script>
// Redirect to videos.php when the "Mes vidéos" button is clicked
document.addEventListener('DOMContentLoaded', () => {
document.getElementById("video").addEventListener('click', () => {
window.location.href = 'html/videos.html';
});
});
</script>
</body>