-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.57 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>trailmix | playground</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- need to figure out how to get this on https -->
<!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" /> -->
<link rel="stylesheet" href="leaflet-backup.css">
<link rel="stylesheet" href="style.css">
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBE3koqKvnQpCxlgi3T9OVuP6dfmc8mv-Y&libraries=places"></script>
</head>
<body>
<div class="main-site">
</div>
</body>
<script src="https://www.gstatic.com/firebasejs/live/3.0/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyCBhuQSEpfOfF3YWyELzu2NzJXWqVgbUyY",
authDomain: "trailmix0.firebaseapp.com",
databaseURL: "https://trailmix0.firebaseio.com",
storageBucket: "project-954998813211916556.appspot.com",
};
firebase.initializeApp(config);
var rootRef = firebase.database().ref();
var geofireRef = firebase.database().ref('geofire');
var locationsRef = firebase.database().ref('locations');
var mixesRef = firebase.database().ref('mixes');
var songsRef = firebase.database().ref('songs');
//map
var mb = 'pk.eyJ1IjoibGFyYXdhcm1hbiIsImEiOiJjaW05ZDc3ZHEwM21qdG5tNm1lNnc5enBiIn0.5qqJjeDHM2t7FKHoHWlu2Q';
</script>
<script src="main.js"></script>