-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 999 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
26
<!DOCTYPE HTML>
<html lang="cs">
<head>
<title>Trip show</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Trip show - travel presentation framework" />
<link rel="stylesheet" href="./css/presentation.css">
<link rel="stylesheet" href="./css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="./css/mapbox-gl.css" />
<script src="./js/jquery.min.js"></script>
<script src="./js/owl.carousel.js"></script>
<script src='./js/mapbox-gl.js'></script>
</head>
<body class="landing">
<div id="drop-zone">Drop presentation file here</div>
<nav id="nav"><div class="prev">prev</div><div class="next">next</div></nav>
<div id="owl-main" class="owl-carousel"></div>
<div id='map' class='map-box map-box-hidden'></div>
<script src="./js/settings.js"></script>
<script src="./js/presentation.js"></script>
<script src="./js/localLoader.js"></script>
</body>
</html>