Spaces:
Running
Running
File size: 1,379 Bytes
d4064bb b8d31b9 d4064bb b8d31b9 d4064bb b2fc0e4 d4064bb 225527b d4064bb 225527b d4064bb 225527b cb05492 2f7f01e 225527b d4064bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | <!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>
|