feat: replace login view with mitarbeiterverwaltung view

This commit is contained in:
Jan K9f 2024-12-18 11:17:16 +01:00
parent 026278e53b
commit 7f37f2b477
Signed by: jank
GPG key ID: B267751B8AE29EFE
3 changed files with 2 additions and 17 deletions

View file

@ -1,12 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="mitarbeiterverwaltung-view.component.css">
</head>
<body>
<div class="container">
<div class="header">
<button class="logout-button">
@ -38,6 +29,3 @@
</tbody>
</table>
</div>
</body>
</html>