lkarch.org/test.html
2022-11-10 16:38:23 -05:00

27 lines
511 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div class="gameWrapper">
<iframe src="https://previews.customer.envatousercontent.com/files/284246327/index.html" allowfullscreen></iframe>
</div>
<p>test</p>
</body>
<style>
.gameWrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
max-width: 60%;
}
.gameWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</html>