-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Universal Viewer</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div>
<div id="universalViewerDiv" class="uv" data-locale="en-GB:English (GB)" data-config=""
data-uri="http://iiif.onb.ac.at/presentation/ABO/+Z196807705/manifest/" data-collectionindex="0"
data-manifestindex="0" data-sequenceindex="0" data-canvasindex="0"
data-zoom="0" data-rotation="0"
style="width:1100px; height:700px; background-color: #000"></div>
<script type="text/javascript" id="embedUV"
src="/lib/embed.js"></script>
<script type="text/javascript">/* wordpress fix */</script>
</div>
</body>
</html>