-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (20 loc) · 976 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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Ottawa Craft Beer Map">
<meta name="author" content="Riley Draward">
<link rel="icon" href="icons/beer.png">
<link rel="stylesheet" type="text/css" href="src/styles.css">
<title>Craft Breweries of Ottawa-Gatineau</title>
<script type='text/javascript' language='javascript' src='src/properties/breweryInfo.json'></script>
<script type='text/javascript' src='build/Map.bundle.js'></script>
</head>
<body>
<div id="map"></div>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB-C4wQDm6GEL7VDJVBmpxL6o8gH2g-l5E&callback=initMap&libraries=places"></script>
</body>
</html>