-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtemplate.html
37 lines (33 loc) · 1018 Bytes
/
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
<!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/maxwell.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.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/reknit-client.js"></script>
<title>R Markdown Scrollytelling Template</title>
</head>
<body>
<h1 class="mxcw-banner">
R Markdown Scrollytelling Template
</h1>
<div class="mxcw-container">
<div class="mxcw-leftPane">
<div class="mxcw-map">
</div>
<div class="mxcw-data">
</div>
</div>
<div class="mxcw-content">
</div>
</div>
<script>
maxwell.instantiateLeaflet(".mxcw-map");
</script>
</body>
</html>