source: AnnotationManagerN4J/src/main/webapp/annotationBrowser/index.html @ 54:a8b9b2391ef3

Last change on this file since 54:a8b9b2391ef3 was 54:a8b9b2391ef3, checked in by casties, 11 years ago

starting cleanup of annotationbrowser.

File size: 619 bytes
Line 
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>Annotation browser</title>
6<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
7<script type="text/javascript" src="js/annotation-core.js"></script>
8<script type="text/javascript" src="js/annotation.js"></script>
9<link rel="stylesheet" type="text/css" href="css/annotation.css"/>
10</head>
11<body>
12<h2>Annotations</h2>
13<div id="viewer">
14<div id="tagList"></div>
15<div id="annotations"></div>
16</div>
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.