source: gs3-installations/intermuse/trunk/interfaces/intermuse/src/mirador-integration-annotation/webpack/gs-index-annotations.html@ 37041

Last change on this file since 37041 was 37041, checked in by davidb, 16 months ago

greenstone (gs) friendly webpack-library version

File size: 429 bytes
Line 
1<!doctype html>
2<html>
3 <head>
4 <base href="//intermuse.sowemustthink.space/greenstone3/" />
5 <meta charset="utf-8" />
6 <title>Mirador3 + Annotations Plugin Demo</title>
7 </head>
8 <body>
9 <div id="mirador3-viewer"></div>
10 <script src="interfaces/intermuse/mirador3/dist/mirador-with-annotations.js"></script>
11 <script>
12 mirador3WithAnnotations.initMirador3Viewer();
13 </script>
14
15 </body>
16</html>
Note: See TracBrowser for help on using the repository browser.