feat: replace mitarbeiterverwaltung with login view

This commit is contained in:
Jan Gleytenhoover 2024-12-18 11:15:29 +01:00
parent 88d3bb8cc4
commit 026278e53b
Signed by: jank
GPG key ID: B267751B8AE29EFE
3 changed files with 3 additions and 16 deletions

View file

@ -1 +1 @@
<app-mitarbeiterverwaltung-view></app-mitarbeiterverwaltung-view>
<app-login-view></app-login-view>

View file

@ -9,8 +9,6 @@ body {
.container {
text-align: center;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
width: 300px; /* Set a maximum width for the container */

View file

@ -1,14 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hi-Tec GmbH Login</title>
<link rel="stylesheet" href="login-view.component.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="container" style="width: 100%;">
<h1>Hi-Tec GmbH</h1>
<img src="img.png" alt="Logout Icon" class="logo-image">
@ -22,5 +13,3 @@
<button type="submit">Anmelden</button>
</form>
</div>
</body>
</html>