Omnibus commited on
Commit
9a77b0f
·
1 Parent(s): 1bceb77

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -6
index.html CHANGED
@@ -7,11 +7,8 @@
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
- <embed
11
- src="https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
12
- type="application/pdf"
13
- width="100%"
14
- height="100%"
15
- />
16
  </body>
17
  </html>
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <script src="/js/pdfobject.js"></script>
11
+ <script>PDFObject.embed("https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf", "#example1");</script>
12
+
 
 
 
13
  </body>
14
  </html>