File size: 789 Bytes
4800e20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
   <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width" />
        <title>App_make-a-protagonist </title>
        <style>
            .space {
                max-width: 150%;
                max-height: 150%;
                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"
	            width="1450"
	            height="2400"
            ></iframe>

        </div>
    </body>
    </html>