You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
HTML
43 lines
1.1 KiB
HTML
7 years ago
|
|
||
|
{% block main %}
|
||
|
<h1 class="header">Annotations</h1>
|
||
|
|
||
|
<script src="https://hypothes.is/embed.js" async></script>
|
||
|
|
||
|
<iframe src="https://jonudell.info/h/facet/" style="width:100%;height:100px;"></iframe>
|
||
|
|
||
|
<!-- <iframe src="http://localhost:8080/app/uploads/viewer/web/viewer.html?file=%2Ftheresa.pdf"> -->
|
||
|
|
||
|
<script src="https://gist.github.com/mjlavin80/186a6395c5819dbe25a8a0e001d5acfd.js"></script>
|
||
|
|
||
|
|
||
|
<!-- <filename> -->
|
||
|
|
||
|
<!-- <embed type="PdfFileReader" src="http://localhost:8000/uploads/viewer.html?file=<filename>" width="300" height="300"> -->
|
||
|
|
||
|
{% endblock %}
|
||
|
|
||
|
|
||
|
|
||
|
<!-- <script type="application/json" class="js-hypothesis-config">
|
||
|
{
|
||
|
"showHighlights": "always",
|
||
|
"theme": "classic",
|
||
|
"branding": {"appBackgroundColor": "red"},
|
||
|
"onLayoutChange": {"width": 70},
|
||
|
"sidebarAppUrl": "https://hypothes.is/app.html"
|
||
|
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
<script async src="https://hypothes.is/embed.js"></script> -->
|
||
|
|
||
|
<!-- style="width:100%; height:500px;" -->
|
||
|
|
||
|
<!-- iframe {
|
||
|
#controlsContainer{ display:none; };
|
||
|
#title { display:none; };
|
||
|
width:100%;
|
||
|
height:500px;
|
||
|
} -->
|