summaryrefslogtreecommitdiff
path: root/events.html
diff options
context:
space:
mode:
Diffstat (limited to 'events.html')
-rw-r--r--events.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/events.html b/events.html
index a75ec7e..36fddf0 100644
--- a/events.html
+++ b/events.html
@@ -13,7 +13,7 @@
<a href="./index.html" style="position: fixed; top: 5px; left: 10px;">
<img src="img/logo.png" alt="Logo" style="height: 20vh;">
</a>
- <h1>Evenements à venir</h1>
+ <h1>Evenements passés</h1>
<div class="content">
<div class="date-cont">
<div class="date">
@@ -27,7 +27,7 @@
</div>
<img src="img/calendar.gif" alt="calendar gif" />
</div>
-
+ <h1>Evenements à venir</h1>
<script>
dates = document.getElementsByClassName('date-cont')
images = document.querySelectorAll('.date-cont img')
@@ -43,4 +43,4 @@
}
</script>
</body>
-</html> \ No newline at end of file
+</html>