Omnibus commited on
Commit
f5816dc
·
1 Parent(s): 314ea22

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
- <object data="/blob/main/dummy.pdf" type="application/pdf" width="100%" height="500px"></object>
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>