Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</head>
<body>
<pre><header> <h2>HOME ABOUT CONTACT US </h2></header></pre>
<h2><center>Login Form</center></h2>
<h2><center><u>Login Form</u></center></h2>

<form action="/action_page.php">
<div class="imgcontainer">
Expand All @@ -89,19 +89,19 @@ <h2><center>Login Form</center></h2>

<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
<button type="submit">Login</button>

<button style="heigth:250px;width:250px margin-left:auto; margin-right:auto" type="submit">Login</button>
<label>
<input type="checkbox" checked="checked" name="remember"> Remember me
</label>
</div>

<div class="container" style="background-color:#f1f1f1">
<button type="button" class="cancelbtn">Cancel</button>
<span class="psw">Forgot <a href="#">password?</a></span>
<span class="psw"><a href="#">Forgot password?</a></span>
</div>
</form>
<footer>@ SUMINDAR KAUR SAINI 2018 <BR>
<footer>@ SUMINDAR KAUR SAINI 2018 <BR>
All rights reserved.</footer>

</body>
Expand Down