Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
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>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
+
<script src="/js/pdfobject.js"></script>
|
9 |
</head>
|
10 |
<body>
|
|
|
11 |
<script>PDFObject.embed("https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf", "#example1");</script>
|
12 |
|
13 |
</body>
|