Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Update se_mes_f.html
Browse files- se_mes_f.html +17 -11
se_mes_f.html
CHANGED
@@ -5,19 +5,25 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Send Messages with Image</title>
|
7 |
<style>
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
</style>
|
12 |
</head>
|
13 |
<body>
|
14 |
-
|
15 |
-
|
16 |
-
<iframe src="https://diamonik7777-wa-gc-api.hf.space/up_fa" height="200" width="300" title="Iframe Example"></iframe>
|
17 |
-
|
18 |
-
|
19 |
-
<iframe src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" height="200" width="300" title="Iframe Example"></iframe>
|
20 |
-
|
21 |
-
|
22 |
</body>
|
23 |
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Send Messages with Image</title>
|
7 |
<style>
|
8 |
+
body {
|
9 |
+
display: flex;
|
10 |
+
flex-direction: column;
|
11 |
+
align-items: center;
|
12 |
+
justify-content: center;
|
13 |
+
height: 100vh;
|
14 |
+
margin: 0;
|
15 |
+
}
|
16 |
+
iframe {
|
17 |
+
border: none;
|
18 |
+
width: 100%;
|
19 |
+
max-width: 300px;
|
20 |
+
height: 300px;
|
21 |
+
margin: 10px 0;
|
22 |
+
}
|
23 |
</style>
|
24 |
</head>
|
25 |
<body>
|
26 |
+
<iframe src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
|
27 |
+
<iframe src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
</body>
|
29 |
</html>
|