Benutzerliste (für Admin) vorbereitet, übersetzungen hinzugefügt

This commit is contained in:
2025-07-02 00:27:04 +02:00
parent 2c2eaacd5d
commit 086f722074
4 changed files with 27 additions and 0 deletions

View File

@@ -34,4 +34,10 @@ footer {
width: 100%;
text-align: center;
margin: 5px;
}
.error {
background: red;
color: black;
padding: 5px;
border-radius: 6px;
}