106 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<<<<<<< HEAD
<<<<<<< HEAD
<link rel="stylesheet" href="register.css"/>
<<<<<<< HEAD
<<<<<<< HEAD
=======
<link rel="stylesheet" href="../styles/register.css"/>
>>>>>>> a260428 (Dashboard Entry Update)
<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)
=======
<link rel="stylesheet" href="../styles/register.css"/>
<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">
>>>>>>> 0d9e690db10b6dfbef3d9aa4316e52d1e8cb8f6a
<title>Register</title>
<body>
<div class="wrapper">
<div class="container">
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 0d9e690db10b6dfbef3d9aa4316e52d1e8cb8f6a
<button onclick="location.href = 'index.html'" id="returnb"></button>
<div>
<p id="register">Register</p>
<<<<<<< HEAD
=======
<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)
=======
>>>>>>> 0d9e690db10b6dfbef3d9aa4316e52d1e8cb8f6a
</div>
<div class="idiv">
<input class="input" id="username" type="text" placeholder="Username">
<input class="input" id="password" type="password" placeholder="Pasword">
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 0d9e690db10b6dfbef3d9aa4316e52d1e8cb8f6a
<input class="input" id="conpassword" type="password" placeholder="Confirm Pasword">
</div>
<div class="error">
<label id="errlabel"></label>
</div>
<div class="buttons">
<<<<<<< HEAD
<<<<<<< HEAD
<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)
=======
<button id="loginb" onclick="validateRegister()">Sign Up</button>
>>>>>>> 7afbaba (Finish Frontend)
=======
<button id="loginb" onclick="validateRegister()">Sign Up</button>
>>>>>>> 0d9e690db10b6dfbef3d9aa4316e52d1e8cb8f6a
</div>
</div>
</div>
<script defer src="../scripts/register.js"></script>
</body>
<footer><p>© 2023 Password Manager</p></footer>
</html>