Omnibus commited on
Commit
ccf7761
·
1 Parent(s): f1dba23

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -7,6 +7,6 @@
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>
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <object data="/dummy.pdf" type="application/pdf" width="100%" height="500px"></object>
11
  </body>
12
  </html>