Compare commits

...

4 Commits

Author SHA1 Message Date
951234ba65 Merge branch 'main' into docker 2024-09-27 08:44:11 +02:00
e4b8764db3 Design angepast 2024-09-26 22:52:40 +02:00
f473240b46 go.mod aktualisiert 2024-09-26 22:09:00 +02:00
71ceb4e3ba go.mod aktualisiert 2024-09-26 22:08:11 +02:00
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>