This repository has been archived on 2025-04-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
employeeService/src/app/components/login-view/login-view.component.html

8 lines
230 B
HTML

<div class="container" style="width: 100%">
<h1>Hi-Tec GmbH</h1>
<img src="img.png" alt="Logout Icon" class="logo-image" />
<form>
<button (click)="login()" type="submit">Mit KeyCLoak anmelden</button>
</form>
</div>