Modo 2ba36d3cd4 Add error message to login, Fix Internal Error 500
Yeah i touched the rest api and fixed the internal favicon error :P
Cleaned up the pages and linked the error messages
2023-10-17 23:44:10 +05:30

20 lines
475 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DashBoard</title>
<link rel="stylesheet" href="dashboard.css"/>
</head>
<body>
<div class="wrapper">
<div class="container">
</div>
</div>
<script src=""></script>
</body>
<footer><p>© 2023 Password Manager</p></footer>
</html>