html work

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-08-05 15:18:53 +02:00
parent 358fe1099b
commit 6622b44202
4 changed files with 49 additions and 14 deletions

View File

@@ -8,17 +8,17 @@
</head>
<body>
<div id="content">
<h1>Anmeldung</h1>
<h1>SRSoftware Light OIDC</h1>
<fieldset id="login">
<legend>Zugangsdaten</legend>
<legend>Anmeldung</legend>
<table>
<tr>
<th>Benutzername</th>
<td><input type="text" id="username" /></td>
<td><input type="text" id="username" placeholder="Benutzername *"/></td>
</tr>
<tr>
<th>Passwort</th>
<td><input type="password" id="password" onkeydown="keyDown()"/></td>
<td><input type="password" id="password" onkeydown="keyDown()" placeholder="Passwort *"/></td>
</tr>
<tr id="error" style="display: none">
<th>Fehler</th>
@@ -31,5 +31,8 @@
</table>
</fieldset>
</div>
<div id="ad">
Dieser schlanke Login-Dienst wurde entwickelt von <b>SRSoftware</b>. <a href="https://git.srsoftware.de/StephanRichter/LightOidc">Mehr erfahren…</a>
</div>
</body>
</html>