-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 1.31 KB
/
index.html
File metadata and controls
19 lines (19 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<a href="" target="_blank" id="ioUrl">New Window</a> [<a href="https://github.com/mathbiol/tcgatil" target="_blank" id="codeSource">code</a>] [<a href="https://github.com/mathbiol/tcgatil/issues" target="_blank" id="codeSource">issues</a>] [<a href="PNGs/" target="_blank">dir</a>] [<a href="dir.json" target="_blank">json</a>] [<a href="https://www.youtube.com/watch?v=9zJiEIng8J4" target="_blank">YouTube (demo)</a>]<span id="loading" style="color:red"> loading ...</span>
<hr>
</div>
<div id="tilmapDiv" class="container"></div>
<div id="tilmapHome" class="container"></div>
<script src="tilmap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/openseadragon/4.1.0/openseadragon.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/gh/episphere/GeoTIFFTileSource-JPEG2k/GeoTIFFTileSource.js" type="module" crossorigin="anonymous"></script>
</body>
</html>