File size: 1,019 Bytes
0fb63dc
2db5c87
0fb63dc
 
 
 
147f9d8
e21fbf7
 
0fb63dc
 
 
e21fbf7
0fb63dc
 
 
 
 
 
 
 
 
 
 
 
b08fc39
0fb63dc
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Realistic Image Generator Model</title>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <style>
        body {
            margin: 0;
            font-family: 'Poppins', sans-serif;
        }
        .fullframe {
            max-width: 100%;
            max-height: 100%;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
        }
        .iframe-element {
            min-width: 100%;
            min-height: 100%;
        }
        
    </style>
</head>

<body>
    <div class="fullframe">
        <iframe class="iframe-element" allowfullscreen="true" frameborder="0" src="https://artificialguybr-realvisxl-free-demo.hf.space">
        </iframe>
    </div>
</body>

</html>