mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
23 lines
629 B
HTML
23 lines
629 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>OpenSeadragon Collections Demo</title>
|
||
|
<script type="text/javascript" src='../../../build/openseadragon/openseadragon.js'></script>
|
||
|
<script type="text/javascript" src='../../lib/jquery-1.9.1.min.js'></script>
|
||
|
<script type="text/javascript" src='main.js'></script>
|
||
|
<style type="text/css">
|
||
|
|
||
|
html,
|
||
|
body,
|
||
|
.openseadragon1 {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="contentDiv" class="openseadragon1"></div>
|
||
|
</body>
|
||
|
</html>
|