2024-04-07 22:40:57 +02:00
|
|
|
<div class="container">
|
|
|
|
<h1>Log In</h1>
|
|
|
|
<form id="login-form">
|
|
|
|
<label>Username</label>
|
|
|
|
<input type="text" name="username" />
|
|
|
|
<label>Password</label>
|
|
|
|
<input type="password" name="passwd" />
|
|
|
|
<button type="submit">Login</button>
|
|
|
|
</form>
|
|
|
|
<div id="login-error" class="error">
|
2024-07-25 15:05:34 +02:00
|
|
|
User and/or passwd incorrect.
|
2024-04-07 22:40:57 +02:00
|
|
|
</div>
|
|
|
|
</div>
|