Spaces:
Sleeping
Sleeping
<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; | |
} | |
.container { | |
display: flex; | |
align-items: center; | |
justify-content: space-between; | |
padding: 20px; | |
} | |
.text-block { | |
flex: 1; | |
padding: 20px; | |
} | |
.image-block { | |
flex: 1; | |
text-align: center; | |
} | |
.image-block img { | |
max-width: 100%; | |
height: auto; | |
} | |
</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> |