pdfhtml / index.html
Omnibus's picture
Update index.html
9a77b0f
raw
history blame
409 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<script src="/js/pdfobject.js"></script>
<script>PDFObject.embed("https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf", "#example1");</script>
</body>
</html>