MTVCraft / index.html
suimu's picture
Update index.html
1d1a3cc verified
raw
history blame contribute delete
369 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>My Remote Demo</title>
<style>
html, body {
margin: 0;
height: 100%;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://77f01ea01c0681f909.gradio.live" allowfullscreen></iframe>
</body>
</html>