Update index.html

This commit is contained in:
Voxel 2025-03-13 15:52:26 -04:00 committed by GitHub
parent 6812f69341
commit b4b7fa5ee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,32 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>World's Hardest Game</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<style>
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
background-color: black;
}
embed {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
</style>
</head>
<body>
<embed src="https://mgalternative.github.io/theworldshardestgame.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</body>
</html>
<title>World's Hardest Game</title>
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="https://milk.servemp3.com/tylerpalko/worldshardestgame" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</iframe>