-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (30 loc) · 1.15 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">
<title>BeBanjoScope</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0" />
<link rel="stylesheet" href="css/reveal.css" />
<link rel="stylesheet" href="css/theme/simple.css" id="theme" />
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.15/themes/css/cartodb.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="map_canvas"></div>
<header>
<h1>BeBanjoscope</h1>
</header>
<div class="reveal" style="position:absolute;top:0;left:0;">
<div class="slides">
</div>
<div class="arrows">
<a class="arrow arrow-left navigate-left" href="#"><span class="simbol">⬅</span></a>
<a class="arrow arrow-right navigate-right" href="#"><span class="simbol">⬅</span></a>
</div>
</div>
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.15/cartodb.js"></script>
<script src="js/reveal.js"></script>
<script src="js/app_clientside.js"></script>
</body>
</html>