results / index.html
lewtun's picture
lewtun HF staff
Update index.html
0d5b577
raw
history blame contribute delete
No virus
495 Bytes
<!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>