-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPage1_index.html
More file actions
26 lines (26 loc) · 789 Bytes
/
Copy pathPage1_index.html
File metadata and controls
26 lines (26 loc) · 789 Bytes
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>OrderDude</title>
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src="../jqueryEx/scripts/jquery-1.8.0.min.js"></script>
<script src="scripts/Location.js"></script>
<link rel="stylesheet" href="css/MainPage.css">
</head>
<body>
<div id="orderdude_logo"><img id="orderdudelogo" src="file:///C:/Users/partha/Documents/PrintScreen%20Files/OrderDudeLogo.gif" alt="" ></div>
<div id="Error"></div>
<table id = "maintable">
<tr>
<td>
<div id="map">
You need to share your location to see the map of the listings
</div>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</body></html>