<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Interscroller Creative</title>
<style>
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
#interscroller-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
}
</style>
</head>
<body>
<img id="interscroller-image" src="1080x1920-pictures-ugd930ckdcujq44s.jpg" onclick="clickFunction()">
<script>
function clickFunction() {
window.location.href = "https://www.google.com";
}
</script>
</body>
</html>
3
1
0KB
1KB
147.0ms
282.0ms
239.0ms