à jour
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user