Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Cyberdystopia</title>
        <style>
            html,
            body {
                height: 100%;
                overflow: hidden;
                margin: 0;
            }
        </style>
    </head>
    <body>
        <iframe
            src="https://scratch.mit.edu/projects/1073128018/embed"
            allowtransparency="true"
            width="100%"
            height="100%"
            frameborder="0"
            scrolling="no"
            allowfullscreen
        ></iframe>
    </body>
</html>