huggingface-app / index.html
broadfield-dev's picture
Update index.html
e45b81c verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" type="image/jpg" href=""/>
<meta name="twitter:card" content="player"/>
<meta name="twitter:site" content=""/>
<meta name="twitter:player" content="https://broadfield-dev-huggingface-app.static.hf.space/index.html"/>
<meta name="twitter:player:stream" content="https://broadfield-dev-huggingface-app.static.hf.space/index.html"/>
<meta name="twitter:player:width" content="100%"/>
<meta name="twitter:player:height" content="100%"/>
<meta property="og:title" content="iLearn"/>
<meta property="og:description" content="Interactive iLearn Demo - for X web"/>
<meta property="og:image" content="https://huggingface.co/spaces/broadfield-dev/huggingface-app/resolve/main/cover.jpg"/>
<style>
iframe {
width: 100%;
height: 500px;
}
</style>
</head>
<body>
<iframe src="https://agents-mcp-hackathon-ilearn.hf.space"></iframe>
</body>
</html>