Pug und CSS angepasst

This commit is contained in:
2025-08-12 13:55:52 +00:00
parent 52fb37517a
commit 7556c0792a
3 changed files with 53 additions and 128 deletions

View File

@@ -9,7 +9,7 @@ html(lang="de")
h1 ESP-ID + Sensornummer speichern
.card
label(for="espId") ESP-id:
label(for="espId") ESP-ID:
input#espId(placeholder="z.B. esp-1234")
br
br
@@ -18,16 +18,16 @@ html(lang="de")
br
br
button#saveBtn Speichern
div#result(style="margin-top:10px")
div#result
.card
h2 Gespeicherte Einträge
div(style="margin-bottom:8px;")
div.controls
button#refreshBtn Aktualisieren
| Seite:
input#page(value="1" style="width:50px")
input#page(value="1")
| Limit:
input#limit(value="25" style="width:50px")
input#limit(value="25")
div#list
script(src="/global.js")