Spaces:
Running
Running
| <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="@AIandDesign"/> | |
| <meta name="twitter:player" content="https://space-share-shareable.static.hf.space/retro-tetris.html"/> | |
| <meta name="twitter:player:stream" content="https://space-share-shareable.static.hf.space/retro-tetris.html"/> | |
| <meta name="twitter:player:width" content="100%"/> | |
| <meta name="twitter:player:height" content="100%"/> | |
| <meta property="og:title" content="Retro Tetris Game for X"/> | |
| <meta property="og:description" content="StackOverflow by @AIandDesign"/> | |
| <meta property="og:image" content="https://huggingface.co/spaces/broadfield-dev/stack-overflow-game/resolve/main/public/assets/title.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: 100%; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <iframe | |
| class="responsive-iframe" | |
| src="https://broadfield-dev-stack-overflow-game.hf.space" | |
| frameborder="0" | |
| ></iframe> | |
| </div> | |
| </body> | |
| </html> |