-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbody.html
49 lines (27 loc) · 847 Bytes
/
body.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
38
39
40
41
42
43
44
45
46
47
48
49
<link href="css/main.css" rel="stylesheet" type="text/css" media="all" />
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAqmVD4uxapO5krdEiW-nRPv0t_Mzaq_fs&sensor=true"></script>
<script src="geoloc.js"></script>
<div id="wrapall">
<div id="wrap2">
<img border="0" src="gglogo.png" alt="gogeo logo" width="250" height="125">
<img border="0" src="banner.png" alt="banner" width="1000" height="125">
</div>
</br >
<div id="wrap">
<h3 id="demo"> Geo-Location </h3>
<div id="map">
</div>
</div>
<div id="wrap4">
<h3> Post </h3>
<textarea rows="6" cols="80"> </textarea>
<div id="postTools">
<button type="button" id="button">Post</button>
<button type="button">Edit</button>
<button type="button">Delete</button>
</div>
</div>
<div id="wrap5">
<h3> Recent Posts </h3>
</div>
</div>