comparison src/main/webapp/annotationBrowser/index.html @ 31:9f653697437e

annotationbrowser
author dwinter
date Tue, 25 Sep 2012 21:47:58 +0200
parents
children 34b9d044d0bf
comparison
equal deleted inserted replaced
30:05b631a084d0 31:9f653697437e
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Annotatons</title>
6 <script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script>
7 <script type="text/javascript" src="./js/annotation.js"></script>
8 <link rel="stylesheet" type="text/css" href="./css/annotation.css"/>
9 </head>
10 <body>
11 <h2>Annotations</h2>
12 <div id="viewer">
13 <div id="tagList"></div>
14 <div id="annotations"></div>
15 </div>
16 </body>
17 </html>