julien-c HF staff commited on
Commit
0f44d69
·
1 Parent(s): 785da7f

test something else

Browse files
Files changed (1) hide show
  1. index.html +7 -1
index.html CHANGED
@@ -4,8 +4,14 @@
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title>bert-syntax</title>
 
 
 
 
 
7
  </head>
8
  <body>
9
- <embed src="./extending-bert-syntax.pdf" width="100%" height="100%" type="application/pdf">
 
10
  </body>
11
  </html>
 
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title>bert-syntax</title>
7
+ <style>
8
+ html, body {
9
+ height: 100%;
10
+ }
11
+ </style>
12
  </head>
13
  <body>
14
+ <iframe src="https://docs.google.com/viewerng/viewer?url=https://huggingface.co/spaces/banana-projects/bert-syntax/resolve/main/extending-bert-syntax.pdf&embedded=true" frameborder="0" height="100%" width="100%">
15
+ </iframe>
16
  </body>
17
  </html>