-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (17 loc) · 713 Bytes
/
index.html
File metadata and controls
19 lines (17 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<body>
<div id="navigation"></div>
<div id="pagination-controls" style="display: none; padding-top: 10px; padding-bottom: 10px;">
<button id="prev-button" disabled>Previous</button>
<span id="page-number"></span>
<button id="next-button" disabled>Next</button>
</div>
<div id="listing"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript">
var BUCKET_URL = 'https://s3.amazonaws.com/planet.openhistoricalmap.org';
var S3BL_IGNORE_PATH = true;
var DO_NOT_DISPLAY = { directories: ["none/"], files: ["index.html", "list.js"] }
</script>
<script src="/list.js"></script>
</body>
</html>