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

53 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="register.css"/>
<<<<<<< HEAD
<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">
=======
>>>>>>> 22cbef5 (Add all other pages)
<title>Register</title>
<body>
<div class="wrapper">
<div class="container">
<<<<<<< HEAD
<button onclick="location.href = 'index.html'" id="returnb"></button>
<div>
<p id="register">Register</p>
=======
<div>
<p id="login">Register</p>
>>>>>>> 22cbef5 (Add all other pages)
</div>
<div class="idiv">
<input class="input" id="username" type="text" placeholder="Username">
<input class="input" id="password" type="password" placeholder="Pasword">
<<<<<<< HEAD
<input class="input" id="conpassword" type="password" placeholder="Confirm Pasword">
</div>
<div class="buttons">
<button id="loginb">Sign Up</button>
=======
</div>
<div class="buttons">
<button id="loginb">Login</button>
>>>>>>> 22cbef5 (Add all other pages)
</div>
</div>
</div>
<script src="register.js"></script>
</body>
<footer><p>© 2023 Password Manager</p></footer>
</html>