File size: 789 Bytes
139caf0
65dff00
 
 
 
65a7a78
65dff00
 
65a7a78
 
 
 
65dff00
 
 
 
 
 
 
 
 
 
 
 
65a7a78
 
65dff00
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width" />
        <title>My static Space</title>
        <style>
            .space {
                max-width: 100%;
                max-height: 100%;
                width: 100vw;
                height: 100vh;
                overflow: hidden;
            }
            .iframe {
                min-width: 100%;
                min-height: 100%;
                background: black;
            }
        </style>
    </head>
    <body>
        <div class="space">
            <iframe
               src="https://make-a-protagonist-make-a-protagonist-inference.hf.space"
               frameborder="0"
            ></iframe>
        </div>
    </body>
    </html>