Merge branch 'main' into docker

This commit is contained in:
Domenik Rath 2024-09-27 08:44:11 +02:00
commit 951234ba65
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module ek-suche
go 1.22
go 1.23

View File

@ -76,6 +76,7 @@
transition: background-color 0.3s ease;
}
#resetButton:hover {
background-color: #2980b9;
}
@ -196,7 +197,7 @@
<input type="text" id="query" name="query" placeholder="Suchbegriff eingeben..." />
<div class="button-group">
<button id="searchButton" onclick="performSearch()">Suchen</button>
<button id="resetButton" onclick="resetForm()">Löschen</button>
<button id="resetButton" onclick="resetForm()">Zurücksetzen</button>
</div>
</div>