-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.33 KB
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>StaySafe at CenturyLink</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="http://css-spinners.com/css/spinner/plus.css" type="text/css">
<link rel="stylesheet" href="https://api.mapbox.com/mapbox.js/v2.2.1/mapbox.css"/>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://api.mapbox.com/mapbox.js/v2.2.1/mapbox.js"></script>
<script>L.mapbox.accessToken = 'pk.eyJ1IjoibWljaGFlbGd1aWxkMTMiLCJhIjoiNWEwMzYxNTE2YzdhN2JkYmFiODU1Zjc3ZTVkZDlmZDgifQ.gPM-n6Mqyi98PsB3iFNKfg';</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.4.6/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.3/react.js"></script>
<script src="dist/app.js"></script>
</body>
</html>