Update index.html

This commit is contained in:
Voxel 2025-03-13 15:40:03 -04:00 committed by GitHub
parent eb423850c7
commit 718bd6dfcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,15 +12,18 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
background-color: black;
} }
embed { embed {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
display: block;
} }
</style> </style>
</head> </head>
<body> <body>
<embed src="https://mgalternative.github.io/theworldshardestgame.swf" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> <embed src="https://mgalternative.github.io/theworldshardestgame.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</body> </body>
</html> </html>