Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3232 varun.gupt 1
<html>
2
<head>
3
	<title>Search Phone Prices</title>
4
</head>
5
<body>
6
	<h2>Search Phone Prices</h2>
7
	<div>
8
		<form action="/search" method="get">
9
			<input type="text" name="q" size="30">
10
			<input type="submit" value="Search">
11
		</form>
12
	</div>
13
</body>
14
</html>