shareable / chess-mini.html
broadfield-dev's picture
Rename grokipedia.html to chess-mini.html
b8d31b9 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="twitter:card" content="player"/>
<meta name="twitter:site" content=""/>
<meta name="twitter:player" content="https://space-share-shareable.static.hf.space/chess-mini.html"/>
<meta name="twitter:player:stream" content="https://space-share-shareable.static.hf.space/chess-mini.html"/>
<meta name="twitter:player:width" content="100%"/>
<meta name="twitter:player:height" content="100%"/>
<meta property="og:title" content="Chess for X"/>
<meta property="og:description" content="Chess Mini Game for X Web"/>
<meta property="og:image" content="https://huggingface.co/spaces/Space-Share/iLearn/resolve/main/card_im_crop.png"/>
<style>
.container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 100%;
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 500px;
}
</style>
</head>
<body>
<div class="container">
<!--iframe
class="responsive-iframe"
src="https://www.onlinegames.io/drift-king/"
frameborder="0"
></iframe-->
<iframe class="responsive-iframe" src = "https://playpager.com/embed/chess/index.html" title="Online Chess Game" scrolling = "no"></iframe>
</div>
</body>
</html>