File size: 495 Bytes
a0d6906 3a93828 daba6b5 7b0004b 3a93828 354a19b 3a93828 b88e49b 3a93828 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
<!DOCTYPE html>
<html>
<head>
<style>
#target {
width: 1800px;
height: 1200px;
overflow-y: auto;
overflow-x: auto;
resize: both;
position: relative;
z-index: 2;
}
iframe {
width: 100%;
height: 100%;
display: block;
border: none;
}
</style>
</head>
<body>
<div id="target">
<iframe src="https://gem-benchmark.com/results"></iframe>
</div>
</body>
</html> |