-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 916 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>NAIROBI HAPPY HOUR</title>
<link rel="stylesheet" type="text/css" href="/css/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
</head>
<body>
<div class="container">
<div class="sidenav col-lg-4">
</div>
<div id="map" class="col-lg-6">
<div class="row pull-right">
<input type="text" placeholder="search" id="search-bar" class="glyphicon glyphicon-search">
</div>
</div>
</div>
<script src="jquery.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCvqBed_VMNDouE_Opu1nKRWvNpwkYwVZ8"></script>
<script src="main.js"></script>
</body>
</html>