Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3232 varun.gupt 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<title>Phone Price Comparison - Login</title>
5
</head>
6
<body>
7
	<form action="/login" method="post">
8
		<p>
9
			<span>Username</span>
10
			<input type="text" name="username" size="20">
11
		</p>
12
		<p>
13
			<span>Password</span>
14
			<input type="password" name="password" size="20">
15
		</p>
16
		<input type="submit" value="Login">
17
	</form>
18
</body>
19
</html>