-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (31 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/.img/favicon-16x16.png">
<meta name="description" content="Cori Tanck and Greg Pfaff are getting married in Austin on April 21st, 2017" />
<meta name="keywords" content="wedding, marriage, cori tanck, greg pfaff, austin, married, marry, newlyweds" />
<meta name="robots" content="index, follow"/>
<title>Cori and Greg are getting married</title>
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond|Proza+Libre" rel="stylesheet">
</head>
<body>
<div id="app"> </div>
<script>
var initMapFunctions = [];
function initMap() {
console.log("Map Loaded");
for (var i = 0; i < initMapFunctions.length; i++) {
initMapFunctions[i]();
}
initMapFunctions = null;
}
</script>
<!-- PRODUCTION INCLUSION -->
<script src="./dist/index_bundle.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBGjTM5lFO4BcsYUbApBfoBuE-cX57lMXs&callback=initMap" async defer></script>
</body>
</html>