mbizz's picture
Update index.html
d28dc15 verified
Raw
History Blame Contribute Delete
482 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vulnerability Agent Bench</title>
<style>
html, body { margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden; }
iframe { border: 0; width: 100%; height: 100vh; display: block; }
</style>
</head>
<body>
<iframe
src="https://www.xor.tech/benchmarks/explorer"
allow="clipboard-read; clipboard-write"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</body>
</html>