Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
cf9de4a
1
Parent(s):
8f1f62b
Update se_mes_f.html
Browse files- se_mes_f.html +36 -0
se_mes_f.html
CHANGED
@@ -21,4 +21,40 @@ iframe {
|
|
21 |
<iframe src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
|
22 |
<iframe src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
|
23 |
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
</html>
|
|
|
21 |
<iframe src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
|
22 |
<iframe src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
|
23 |
</body>
|
24 |
+
</html>
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
<!DOCTYPE html>
|
30 |
+
<html lang="en">
|
31 |
+
<head>
|
32 |
+
<meta charset="UTF-8">
|
33 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
34 |
+
<title>Send Messages with Image</title>
|
35 |
+
<style>
|
36 |
+
body {
|
37 |
+
margin: 0;
|
38 |
+
padding: 0;
|
39 |
+
font-family: Arial, sans-serif;
|
40 |
+
display: flex;
|
41 |
+
flex-direction: column;
|
42 |
+
height: 100vh;
|
43 |
+
}
|
44 |
+
#iframe1, #iframe2 {
|
45 |
+
width: 100%;
|
46 |
+
border: none;
|
47 |
+
}
|
48 |
+
#iframe1 {
|
49 |
+
height: 50%; /* Можно изменить на нужное значение */
|
50 |
+
}
|
51 |
+
#iframe2 {
|
52 |
+
height: 50%; /* Можно изменить на нужное значение */
|
53 |
+
}
|
54 |
+
</style>
|
55 |
+
</head>
|
56 |
+
<body>
|
57 |
+
<iframe id="iframe1" src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
|
58 |
+
<iframe id="iframe2" src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
|
59 |
+
</body>
|
60 |
</html>
|