Meta Description" name="description" />
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<title>WB 300x600 iFrame — Click to Google</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
html, body { margin: 0; padding: 0; background: #fff; }
.container {
position: relative;
width: 300px;
height: 600px;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
/* Clickable overlay that covers the iframe */
.overlay-link {
position: absolute;
inset: 0;
display: block;
background: #000; /* change color if needed */
opacity: 1; /* set < 1 if you want translucency */
cursor: pointer;
text-decoration: none;
}
/* Optional label centered on the banner (invisible text if you prefer a clean block) */
.overlay-link span {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
font: 600 14px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
color: #fff;
/* If you want the block to be plain, hide this text: */
display: none;
}
</style>
</head>
<body>
<div class="container">
<iframe
src="https://www.astralab.ai/?utm_content=iframe_test_3"
title="Wildberries"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
Ваш браузер не поддерживает встроенные фреймы (iframe).
</iframe>
<!-- Clickable overlay that redirects to Google in a new tab -->
<a class="overlay-link" href="https://www.google.com/" target="_blank" rel="noopener noreferrer" aria-label="Перейти на Google">
<span>Перейти на Google</span>
</a>
</div>
</body>
</html>
52
15
13749KB
15401KB
56.0ms
208.0ms
56.0ms