File size: 1,449 Bytes
9ab56c9
 
 
 
 
 
 
ecd9b10
 
 
 
 
a7b71b2
 
8f1f62b
a7b71b2
ecd9b10
9ab56c9
 
 
986190d
 
9ab56c9
cf9de4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ab56c9
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Send Messages with Image</title>
    <style>
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}
    </style>
</head>
<body>
    <iframe src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
    <iframe src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
</body>
</html>




<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Send Messages with Image</title>
    <style>
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
#iframe1, #iframe2 {
    width: 100%;
    border: none;
}
#iframe1 {
    height: 50%; /* Можно изменить на нужное значение */
}
#iframe2 {
    height: 50%; /* Можно изменить на нужное значение */
}
    </style>
</head>
<body>
    <iframe id="iframe1" src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
    <iframe id="iframe2" src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
</body>
</html>