Omnibus commited on
Commit
a4f655e
·
1 Parent(s): 07ed0b2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -3
index.html CHANGED
@@ -5,10 +5,8 @@
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>
14
  </html>
 
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
+ <embed src="dummy.pdf" type="application/pdf" width="100%" height="500px" />
 
11
  </body>
12
  </html>