Modo 89f3653bca Finish Frontend
-Added Register Logic
-Added Change Password Logic

This is the Alpha Version of the PasswordManager, there shouldn't
be any bugs as far as I know. Report any that are found..Plz Don't
Good Night!
2023-10-25 23:08:11 +05:30

72 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<<<<<<< HEAD
<<<<<<< HEAD
<link rel="stylesheet" href="../styles/index.css"/>
=======
<link rel="stylesheet" href="index.css"/>
>>>>>>> 22cbef5 (Add all other pages)
=======
<link rel="stylesheet" href="../styles/index.css"/>
>>>>>>> a260428 (Dashboard Entry Update)
<title>Login</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@500&display=swap" rel="stylesheet">
<style></style>
<head>
<body>
<div class="wrapper">
<div class="container">
<div>
<p id="login">Sign In</p>
</div>
<div class="idiv">
<input class="input" id="username" type="text" placeholder="Username">
<input class="input" id="password" type="password" placeholder="Pasword">
</div>
<div class="help">
<div>
<<<<<<< HEAD
<<<<<<< HEAD
=======
<a href="" id="forgot_password">Forgot Password</a>
</div>
<div>
>>>>>>> 22cbef5 (Add all other pages)
=======
>>>>>>> 7afbaba (Finish Frontend)
<a href="register.html" id="register">Register</a>
</div>
</div>
<div class="error">
<label id="errlabel"></label>
</div>
<div class="buttons">
<button id="loginb">Login</button>
</div>
</div>
</div>
<<<<<<< HEAD
<<<<<<< HEAD
<script defer src="../scripts/index.js"></script>
=======
<script src="../scripts/index.js"></script>
>>>>>>> a260428 (Dashboard Entry Update)
=======
<script defer src="../scripts/index.js"></script>
>>>>>>> 464820a (Add Entry List with Functionality)
</body>
<footer><p>© 2023 Password Manager</p></footer>
</html>