aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.12/examples/annotator/data/list/annotation-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/addon-sdk-1.12/examples/annotator/data/list/annotation-list.html')
-rw-r--r--tools/addon-sdk-1.12/examples/annotator/data/list/annotation-list.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/addon-sdk-1.12/examples/annotator/data/list/annotation-list.html b/tools/addon-sdk-1.12/examples/annotator/data/list/annotation-list.html
deleted file mode 100644
index 32a5409..0000000
--- a/tools/addon-sdk-1.12/examples/annotator/data/list/annotation-list.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
- - License, v. 2.0. If a copy of the MPL was not distributed with this
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<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>