-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (21 loc) · 923 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html><head><title>Welcome to Location Search</title>
<style type="text/css" >
body {
margin-top: -150px;
}
form {
margin: 17%;
}
</style>
</head>
<body background="images\map32.jpg">
<center><form action="hotels.php" method="post">
<img src="images/logo.jpg" width="80%" height="80%" />
<input type="text" name="user_query1" size="70" placeholder="Enter Latitude..." /><br><br>
<input type="text" name="user_query2" size="70" placeholder="Enter Longitude..." /><br><br>
<!--<input type="text" name="user_query3" size="70" placeholder="Count...." /><br><br>-->
<center><input type="submit" name="search" value="Search Now" /></center>
</form></center>
</body>
</html>