-
Notifications
You must be signed in to change notification settings - Fork 2
/
map_tom.html
40 lines (33 loc) · 923 Bytes
/
map_tom.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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<title>Keepsafe - Map View</title>
<link rel="stylesheet" href="css/foundation.css">
<script type="text/javascript">
</script>
<title>
Keep Safe Essex Map
</title>
</head>
<body background-color: #fff;>
<div class="container">
<div class = "row">
<div class="large-6 columns">
<h1>Keep Safe</h1>
<p>Search for a location
<form id = "search_location">
<input type = "text" name = "search_location">
<input type = "submit" value = "Search">
</form>
</p>
<p> Or...
<form id = "find_user">
<input type = "submit" value = "Find Me!">
</form>
<iframe src="https://mapsengine.google.com/map/embed?mid=zpQF4cmmVrNA.kNQwQGUTFye4" width="640" height="480"></iframe>
</p>
</div>
</div>
</body>
</html>