forked from IMERSS/r-scrollytelling-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
template.html
46 lines (42 loc) · 1.55 KB
/
template.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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="css/imerss-viz-all.css" />
<link rel="stylesheet" href="css/imerss-scrolly.css" />
<link rel="stylesheet" href="css/imerss-viz-scrolly.css" />
<link rel="stylesheet" href="css/howe.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="js/leaflet-providers.js"></script>
<script src="js/plotly-2.1.1.js"></script>
<script src="js/htmlwidgets.js"></script>
<script src="js/htmlwidgets-plotly.js"></script>
<script src="js/infusion-framework.js"></script>
<script src="js/imerss-viz-all.js"></script>
<script src="js/inat-components-standalone.min.js"></script>
<script src="js/reknit-client.js"></script>
<script src="js/imerss-viz-reknit.js"></script>
<script src="js/paneHandlers.js"></script>
<title>Átl’ḵa7tsem/Howe Sound Biosphere Vegetation Analysis</title>
</head>
<body>
<h1 class="mxcw-banner">
Átl’ḵa7tsem/Howe Sound Biosphere Vegetation Analysis
</h1>
<div class="mxcw-container">
<div class="mxcw-leftPane">
<div class="mxcw-map fld-imerss-nodismiss-map">
</div>
<div class="mxcw-data fld-imerss-nodismiss-map">
</div>
</div>
<div class="mxcw-content fld-imerss-nodismiss-map">
</div>
</div>
<script>
maxwell.scrollyPage();
</script>
</body>
</html>