Commit
·
65a7a78
1
Parent(s):
65dff00
Update index.html
Browse files- index.html +9 -8
index.html
CHANGED
@@ -3,11 +3,13 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>
|
7 |
<style>
|
8 |
.space {
|
9 |
-
max-width:
|
10 |
-
max-height:
|
|
|
|
|
11 |
overflow: hidden;
|
12 |
}
|
13 |
.iframe {
|
@@ -20,12 +22,11 @@
|
|
20 |
<body>
|
21 |
<div class="space">
|
22 |
<iframe
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
></iframe>
|
28 |
-
|
29 |
</div>
|
30 |
</body>
|
31 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>My static Space</title>
|
7 |
<style>
|
8 |
.space {
|
9 |
+
max-width: 100%;
|
10 |
+
max-height: 100%;
|
11 |
+
width: 100vw;
|
12 |
+
height: 100vh;
|
13 |
overflow: hidden;
|
14 |
}
|
15 |
.iframe {
|
|
|
22 |
<body>
|
23 |
<div class="space">
|
24 |
<iframe
|
25 |
+
src="https://make-a-protagonist-make-a-protagonist-inference.hf.space"
|
26 |
+
frameborder="0"
|
27 |
+
width="850"
|
28 |
+
height="450"
|
29 |
></iframe>
|
|
|
30 |
</div>
|
31 |
</body>
|
32 |
</html>
|