File size: 716 Bytes
4677ad4 4c29d96 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>11Labs iFrame Test</title>
<style>
body { margin: 0; padding: 0; height: 100vh; overflow: hidden; background-color: #f4f4f9; }
iframe { width: 100%; height: 100%; border: none; }
.warning { text-align: center; padding: 10px; background: #ffcc00; font-family: Arial, sans-serif; font-weight: bold; }
</style>
</head>
<body>
<div class="warning">Agar niche screen blank hai, toh iska matlab ElevenLabs ne security ke kaaran iframe block kar diya hai.</div>
<iframe src="https://elevenlabs.io/"></iframe>
</body>
</html>
|