1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/addon-sdk/source/examples/annotator/data/annotation/annotation.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.5 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.7 + 1.8 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.9 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.10 + 1.11 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 1.12 +<head> 1.13 + <title>Annotation</title> 1.14 + <style type="text/css" media="all"> 1.15 + 1.16 +body { 1.17 + font: 100% arial, helvetica, sans-serif; 1.18 + } 1.19 + 1.20 +div { 1.21 + text-align:left; 1.22 + } 1.23 + 1.24 +</style> 1.25 + 1.26 +</head> 1.27 + 1.28 +<body> 1.29 + 1.30 +<div id = "annotation"> 1.31 +</div> 1.32 + 1.33 +</body> 1.34 +</html>