xavierchi's picture
Update index.html
d47532d verified
raw
history blame contribute delete
No virus
432 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
iframe {
border: none;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<iframe src="https://api.mbodi.ai/benchmark/" allowfullscreen></iframe>
</body>
</html>