mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
20 lines
495 B
HTML
20 lines
495 B
HTML
|
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>CartoWall Climbing Topo</title>
|
||
|
|
||
|
<script type="text/javascript" src='../../build/openseadragon/openseadragon.js'></script>
|
||
|
|
||
|
<meta name="viewport" content="initial-scale=1.0">
|
||
|
<meta charset="utf-8">
|
||
|
<style>
|
||
|
html, body { height: 100%; margin: 0; padding: 0; background-color: white;}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<iframe src="embed.html" frameborder="0" width="560" height="315" allowfullscreen></iframe>
|
||
|
</body>
|
||
|
</html>
|