test
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
<div id="section" class="container mt-5">
|
||||
<div class="buttons-container mb-4">
|
||||
<button id="video" class="btn btn-primary"><span>Mes vidéos</span></button>
|
||||
<button id="projet" class="btn btn-primary"><span>Mon projet</span></button>
|
||||
</div>
|
||||
|
||||
<table class="table table-striped" id="table-projects">
|
||||
@@ -43,9 +42,6 @@
|
||||
document.getElementById("video").addEventListener('click', () => {
|
||||
window.location.href = 'html/videos.html';
|
||||
});
|
||||
document.getElementById("projet").addEventListener('click', () => {
|
||||
window.location.href = 'html/projet_detail.html';
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user