Spaces:
Runtime error
Runtime error
Update template.html
Browse files- template.html +2 -9
template.html
CHANGED
@@ -4,7 +4,6 @@
|
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<link rel="shortcut icon" type="image/jpg" href="IMAGE"/>
|
7 |
-
|
8 |
<meta name="twitter:card" content="player"/>
|
9 |
<meta name="twitter:site" content=""/>
|
10 |
<meta name="twitter:player" content="https://broadfield-a.static.hf.space/TITLE.html"/>
|
@@ -17,16 +16,11 @@
|
|
17 |
<!---meta http-equiv="refresh" content="0; url=https://broadfield-fast-voice-full.hf.space/?pdfurl="--->
|
18 |
<title>TITLE</title>
|
19 |
<style>
|
20 |
-
.iframe {
|
21 |
-
x-overflow:auto !important;
|
22 |
-
height:4000px;
|
23 |
-
}
|
24 |
.container {
|
25 |
position: relative;
|
26 |
overflow: hidden;
|
27 |
width: 100%;
|
28 |
-
height:
|
29 |
-
margin-top:1em;
|
30 |
}
|
31 |
.responsive-iframe {
|
32 |
position: relative;
|
@@ -35,8 +29,7 @@
|
|
35 |
bottom: 0;
|
36 |
right: 0;
|
37 |
width: 100%;
|
38 |
-
height:
|
39 |
-
|
40 |
}
|
41 |
|
42 |
</style>
|
|
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<link rel="shortcut icon" type="image/jpg" href="IMAGE"/>
|
|
|
7 |
<meta name="twitter:card" content="player"/>
|
8 |
<meta name="twitter:site" content=""/>
|
9 |
<meta name="twitter:player" content="https://broadfield-a.static.hf.space/TITLE.html"/>
|
|
|
16 |
<!---meta http-equiv="refresh" content="0; url=https://broadfield-fast-voice-full.hf.space/?pdfurl="--->
|
17 |
<title>TITLE</title>
|
18 |
<style>
|
|
|
|
|
|
|
|
|
19 |
.container {
|
20 |
position: relative;
|
21 |
overflow: hidden;
|
22 |
width: 100%;
|
23 |
+
height: 500px;
|
|
|
24 |
}
|
25 |
.responsive-iframe {
|
26 |
position: relative;
|
|
|
29 |
bottom: 0;
|
30 |
right: 0;
|
31 |
width: 100%;
|
32 |
+
height: 500px;
|
|
|
33 |
}
|
34 |
|
35 |
</style>
|