ai-video-arena / index.html
relaimposter's picture
update index.html
913bebc verified
Raw
History Blame Contribute Delete
894 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Video Model Benchmark by Sequencer</title>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden; /* Prevents scrollbars on the body */
font-family: sans-serif;
background-color: #f9fafb; /* A light gray background */
}
iframe {
width: 100%;
height: 100vh; /* Full viewport height */
border: none;
display: block;
}
</style>
</head>
<body>
<iframe
src="https://sequencer.media/compare?utm_source=huggingface&utm_medium=space&utm_campaign=benchmark"
title="AI Video Model Benchmark hosted by Sequencer App">
</iframe>
</body>
</html>