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

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

Directory for developer code that needs to be processed to generate the JS/CSS etc files used to support the Mirador viewer in the Intermuse interface

File size: 198 bytes
Line 
1<!doctype html>
2<html>
3 <head>
4 <meta charset="utf-8" />
5 <title>Basic Mirador</title>
6 </head>
7 <body>
8 <div id="demo"></div>
9 <script src="dist/main.js"></script>
10 </body>
11</html>
Note: See TracBrowser for help on using the repository browser.