Store and publish annotations on the web, as described in the Web Annotation Discovery proposal.

web-annotation-discovery-se.../views/layouts/ main.hbs
16 lines
328 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>{{title}}</title>
  6. <link rel="icon" href="/images/icon.svg" type="image/svg+xml">
  7. <link rel='stylesheet' href='/stylesheets/style.css' />
  8. {{~#if head}}{{{head}}}{{/if}}
  9. </head>
  10. <body>
  11. <main>
  12. {{{body}}}
  13. </main>
  14. </body>
  15. </html>