|
<!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> |
|
<script src="https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js"></script> |
|
<script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script> |
|
|
|
|
|
|
|
<style> |
|
body { |
|
margin: 0; |
|
padding: 0; |
|
font-family: Arial, sans-serif; |
|
display: flex; |
|
flex-direction: column; |
|
height: 100vh; |
|
background-color: #f0f0f0; |
|
} |
|
#iframe1, #iframe2 { |
|
width: 100%; |
|
border: none; |
|
box-sizing: border-box; |
|
} |
|
#iframe1 { |
|
height: 80%; |
|
margin-bottom: 20px; |
|
} |
|
#iframe2 { |
|
height: 70%; |
|
margin-bottom: 40px; |
|
} |
|
</style> |
|
|
|
|
|
</head> |
|
<body> |
|
|
|
<script> |
|
vkBridge.send('VKWebAppInit'); |
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<iframe id="iframe1" src="https://dmtuit-gc-api-ra.hf.space/data_gc?api_sys=fasSd345D" title="Iframe Example"></iframe> |
|
<iframe id="iframe2" src="https://dmtuit-gc-api-ra.hf.space/data_ras?api_sys=fasSd345D" title="Iframe Example"></iframe> |
|
</body> |
|
</html> |