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

Login HTML

Uploaded by

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

Login HTML

Uploaded by

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

<html>

<head>
<link rel="stylesheet" type="text/css" href="styleform.css" />
</head>
<body>
<div class="center">
<h1>login</h1>
<form action="main.html" method="POST">
<div class="textfield">
<input type="text" name="login" value="" placeholder="taper votre login"
oninvalid="this.setCustomValidity('Enter User Name Here')">
</div>
<div class="textfield">
<input type="password" name="password" value="" placeholder="taper votre
mot de passe" required>
<label>password</label>
</div>
<div class="pass">
mot de passe oublié
</div>
<input type="submit" value="Login">
<div class="NotSubscribed">
non enregistré
<a href="sinscrire.html">s'inscrire</a>
</div>
</form>
</div>
</body>
</html>

You might also like