Update index.html
Browse files- index.html +3 -6
index.html
CHANGED
@@ -7,11 +7,8 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
|
11 |
-
|
12 |
-
|
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>
|