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
Jan Klattenhoff 6c1ec524ec
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m36s
chore: update Playwright tests and remove examples
2025-01-16 17:19:38 +01:00

8 lines
228 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">Login with Keycloak</button>
</form>
</div>