Alic-Li's picture
Update index.html
e9fafd1 verified
raw
history blame
722 Bytes
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
iframe {
width: 100%;
height: 100%;
max-width: 1920px;
max-height: 1080px;
border: 4px solid #4caf4f00;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<iframe id="myIframe" src="https://9c0a58636223925527.gradio.live"></iframe>
</body>
</html>