feat: replace login view with mitarbeiterverwaltung view
This commit is contained in:
parent
026278e53b
commit
7f37f2b477
3 changed files with 2 additions and 17 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue