openseadragon/test/demo/iframe.html

20 lines
495 B
HTML
Raw Normal View History

<!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>