Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
2a4851b
1
Parent(s):
5d9535c
Update se_mes_f.html
Browse files- se_mes_f.html +18 -0
se_mes_f.html
CHANGED
@@ -4,6 +4,11 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Send Messages with Image</title>
|
|
|
|
|
|
|
|
|
|
|
7 |
<style>
|
8 |
body {
|
9 |
margin: 0;
|
@@ -28,8 +33,21 @@ body {
|
|
28 |
margin-bottom: 40px; /* Регулируемый нижний отступ для второго iframe */
|
29 |
}
|
30 |
</style>
|
|
|
|
|
31 |
</head>
|
32 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
<iframe id="iframe1" src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
|
34 |
<iframe id="iframe2" src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
|
35 |
</body>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Send Messages with Image</title>
|
7 |
+
<script src="https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js"></script>
|
8 |
+
<script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script>
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
<style>
|
13 |
body {
|
14 |
margin: 0;
|
|
|
33 |
margin-bottom: 40px; /* Регулируемый нижний отступ для второго iframe */
|
34 |
}
|
35 |
</style>
|
36 |
+
|
37 |
+
|
38 |
</head>
|
39 |
<body>
|
40 |
+
|
41 |
+
<script>
|
42 |
+
|
43 |
+
vkBridge.send('VKWebAppInit');
|
44 |
+
|
45 |
+
|
46 |
+
</script>
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
<iframe id="iframe1" src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
|
52 |
<iframe id="iframe2" src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
|
53 |
</body>
|