0% found this document useful (0 votes)
22 views1 page

HTML Login

Uploaded by

susilarani208
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

HTML Login

Uploaded by

susilarani208
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="[Link]">
</head>
<body>

<div class="login-box">
<form action="">
<h2>login</h2>
<div class="input-box">
<span class="icon"><ion-icon name="mail"></ion-icon></span>
<input type="email">
<label>Email</label>
</div>
<div class="input-box">
<span class="icon"><ion-icon name="lock-closed"></ion-icon></span>
<input type="password">
<label>Password</label>
</div>
<div class="remember-forgot">
<label><input type="checkbox">Remember me</label>
<a href="#">forgot password?</a>
</div>
<button type="submit">login</button>
<div class="register-link">
<p>Don't haven account?<a href="#">Register</a></p>

</div>

</form>
</div>

<script type="module"
src="[Link]
<script nomodule
src="[Link]

</body>
</html>

You might also like