2023-10-25 23:02:31 +05:30

32 lines
779 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="register.css"/>
<title>Register</title>
<body>
<div class="wrapper">
<div class="container">
<div>
<p id="login">Register</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="buttons">
<button id="loginb">Login</button>
</div>
</div>
</div>
<script src="register.js"></script>
</body>
<footer><p>© 2023 Password Manager</p></footer>
</html>