blob: 6b97153eb07a94055bff2223a77fdd574c86aac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Saved annotations</title>
<link rel="stylesheet" type="text/css" href="annotation-list.css" />
</head>
<body>
<div id="annotation-list">
</div>
<div id="template">
<div class="annotation-details">
<a class="url"></a>
<div class="selection-text"></div>
<div class="annotation-text"></div>
</div>
</div>
</body>
</html>
|