added login page

This commit is contained in:
grata
2023-05-03 11:54:22 +02:00
parent 3768f8ef0e
commit 8cfbcc44ef
6 changed files with 47 additions and 12 deletions

View File

@@ -1,11 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Management</title>
</head>
<body>
<div class="dropdown dropdown-hover" id="translate">
<label tabindex="0" class="btn m-1 bg-black border-neutral text-base-100"
id="translateLabel">{{translations.translate}}</label>
@@ -192,5 +184,4 @@
<button (click)="closeWaypointForm()">{{translations.close}}</button>
</div>
</div>
</body>
</html>