-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·25 lines (22 loc) · 954 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 lang="en">
<head>
<title>GMapp+Flux</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/foundation.min.css">
<link rel="stylesheet" type="text/css" href="css/icomoon/style.css">
<link rel="stylesheet" type="text/css" href="css/master.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Here is where the app will render -->
<div id="gmapp"></div>
<!-- Including GMap API library -->
<script src="http://maps.google.com/maps/api/js?key=AIzaSyBTgPY5rqQRhKqhNc4wx-wretKKI4E7IDk"></script>
<!-- Including App logic -->
<script src="js/build/bundle.js"></script>
</body>
</html>