74 lines
2.4 KiB
HTML
74 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" href="register.css"/>
|
|
<<<<<<< HEAD
|
|
<<<<<<< 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)
|
|
=======
|
|
<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">
|
|
>>>>>>> d7982e1 (Add error message to login, Fix Internal Error 500)
|
|
<title>Register</title>
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
|
|
<<<<<<< HEAD
|
|
<<<<<<< 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)
|
|
=======
|
|
<button onclick="location.href = 'index.html'" id="returnb"></button>
|
|
|
|
<div>
|
|
<p id="register">Register</p>
|
|
>>>>>>> d7982e1 (Add error message to login, Fix Internal Error 500)
|
|
</div>
|
|
|
|
<div class="idiv">
|
|
<input class="input" id="username" type="text" placeholder="Username">
|
|
<input class="input" id="password" type="password" placeholder="Pasword">
|
|
<<<<<<< HEAD
|
|
<<<<<<< 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)
|
|
=======
|
|
<input class="input" id="conpassword" type="password" placeholder="Confirm Pasword">
|
|
</div>
|
|
|
|
<div class="buttons">
|
|
<button id="loginb">Sign Up</button>
|
|
>>>>>>> d7982e1 (Add error message to login, Fix Internal Error 500)
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<script src="register.js"></script>
|
|
</body>
|
|
|
|
<footer><p>© 2023 Password Manager</p></footer>
|
|
</html>
|