forked from karan/ZipUp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.07 KB
/
Copy pathindex.html
File metadata and controls
29 lines (25 loc) · 1.07 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" media="all" href="css/style.css"><link href='http://fonts.googleapis.com/css?family=Roboto:400,100' rel='stylesheet' type='text/css'>
<title>ZipUp - Find a clean bathroom near you...</title>
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC3clVyH1hk4gVznz4GfXv-gV0_ciXwv_w&sensor=false">
</script>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/initialize.js"></script>
</head>
<body>
<div id="map_canvas"/></div>
<div class="sidebar">
<h1 style="font-family: sans-serif;">ZipUp</h1>
<h3 id="welcome">Never struggle to find a clean bathroom!<br><br>
View, Rate or add Bathrooms near you.<br><br>
Click on a bathroom to get started.</h3>
<div id="allReviews">
</div>
<div id="add"><a href="/addBathroom"><button>Add New Bathroom</button></a></div>
</div>
</body>
</html>