annotation.html 640 B

12345678910111213141516171819202122232425262728293031
  1. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  2. - License, v. 2.0. If a copy of the MPL was not distributed with this
  3. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  5. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  7. <head>
  8. <title>Annotation</title>
  9. <style type="text/css" media="all">
  10. body {
  11. font: 100% arial, helvetica, sans-serif;
  12. }
  13. div {
  14. text-align:left;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div id = "annotation">
  20. </div>
  21. </body>
  22. </html>