wa_gc_api / se_mes_f.html
DmitrMakeev's picture
Update se_mes_f.html
11d3372 verified
raw
history blame
840 Bytes
<!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 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
iframe {
border: none;
width: 100%;
max-width: 100%;
height: 300px;
overflow: hidden;
margin: 10px 0;
}
</style>
</head>
<body>
<iframe src="https://diamonik7777-wa-gc-api.hf.space/up_fa" title="Iframe Example"></iframe>
<iframe src="https://diamonik7777-wa-gc-api.hf.space/se_mes_im2" title="Iframe Example"></iframe>
</body>
</html>