Update the login view
This commit is contained in:
parent
3f475c4b9b
commit
ff92bf23c0
3 changed files with 27 additions and 24 deletions
|
@ -1,15 +1,8 @@
|
|||
|
||||
<div class="container" style="width: 100%;">
|
||||
<div class="container" style="width: 100%">
|
||||
<h1>Hi-Tec GmbH</h1>
|
||||
<img src="img.png" alt="Logout Icon" class="logo-image">
|
||||
<img src="img.png" alt="Logout Icon" class="logo-image" />
|
||||
|
||||
<form>
|
||||
<label for="username">Username</label>
|
||||
<input type="text" id="username" name="username"><br>
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" id="password" name="password"><br><br>
|
||||
|
||||
<button type="submit">Anmelden</button>
|
||||
<button (click)="login()" type="submit">Mit KeyCLoak anmelden</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Reference in a new issue