feat: replace mitarbeiterverwaltung with login view
This commit is contained in:
parent
88d3bb8cc4
commit
026278e53b
3 changed files with 3 additions and 16 deletions
|
@ -1 +1 @@
|
|||
<app-mitarbeiterverwaltung-view></app-mitarbeiterverwaltung-view>
|
||||
<app-login-view></app-login-view>
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue