File size: 1,236 Bytes
			
			| cf9de4a 132efa3 cf9de4a 132efa3 cf9de4a 0660c59 132efa3 cf9de4a b93c77f 92af782 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 | <!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;
    background-color: #f0f0f0; /* Серый фон */
}
#iframe1, #iframe2 {
    width: 100%;
    border: none;
    box-sizing: border-box; /* Учитываем отступы в общей высоте */
}
#iframe1 {
    height: 80%; /* Можно изменить на нужное значение */
    margin-bottom: 20px; /* Регулируемый нижний отступ для первого iframe */
}
#iframe2 {
    height: 65%; /* Можно изменить на нужное значение */
    margin-bottom: 40px; /* Регулируемый нижний отступ для второго iframe */
}
    </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> |