From 7a9da1749efb3c559bcb78c658e7812be8948418 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Mon, 23 Oct 2023 18:41:22 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index f085f7a..eb721ed 100644 --- a/public/index.html +++ b/public/index.html @@ -188,6 +188,7 @@ </div> </div> <div class="container" style="height:70px;"> + <button class="btn" style="background-color: lightgray;" id="filterall" onclick="filter(all)">All</button> <p>Filter:</p> <button class="btn" style="background-color: lightgray;" id="filter2023" onclick="filter(2023)">2023</button> <button class="btn" style="background-color: lightgray;" id="filter2022" onclick="filter(2022)">2022</button> -- GitLab