2023-10-25 23:06:50 +05:30

29 lines
719 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 class="contentbox"></div>
</div>
</div>
<<<<<<< HEAD
<<<<<<< HEAD
<script src=""></script>
=======
<script src="index.js"></script>
>>>>>>> 22cbef5 (Add all other pages)
=======
<script src=""></script>
>>>>>>> d7982e1 (Add error message to login, Fix Internal Error 500)
</body>
<footer><p>© 2023 Password Manager</p></footer>
</html>