Last active
February 18, 2016 21:31
-
-
Save reefdog/82af6a0c9d74b5f52290 to your computer and use it in GitHub Desktop.
Example of DocumentCloud document embed code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="DV-viewer-282753-lefler-thesis" class="DV-container"></div> | |
<script src="//assets.documentcloud.org/viewer/loader.js"></script> | |
<script> | |
DV.load("https://www.documentcloud.org/documents/282753-lefler-thesis.js", { | |
sidebar: false, | |
text: false, | |
container: "#DV-viewer-282753-lefler-thesis" | |
}); | |
</script> | |
<noscript> | |
<a href="https://assets.documentcloud.org/documents/282753/lefler-thesis.pdf">Lefler Thesis (PDF)</a> | |
<br /> | |
<a href="https://assets.documentcloud.org/documents/282753/lefler-thesis.txt">Lefler Thesis (Text)</a> | |
</noscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment