Commit fbbd4646 authored by kranthi.kumar's avatar kranthi.kumar

Update login.html

parent aa23b8e7
......@@ -15,9 +15,11 @@
<h2 align="center">Login Page</h2>
<form name="f1" action="login_data" method="post">
<table align="center" border="0" bgcolor="green" cellspacing="10" cellpadding="5">
<tr>
<td>Username:</td>
<td><input type="text" size=25 name="username" required></td>
</tr></tr></tr>
</tr>
<tr>
<td>Password:</td>
<td><input type="Password" size=25 name="pwd" required></td>
</tr>
......@@ -28,6 +30,7 @@
<a href="registration">
<input type="button" onclick="registration" value="Registration"> </a>
</td>
</tr>
</table>
</form>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment