modified test.html

This commit is contained in:
MrAlienBoiGithub 2022-11-10 17:10:56 -05:00 committed by GitHub
parent b373e8696b
commit 7a2d8d371d

View File

@ -4,7 +4,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<iframe class="responsive-iframe" src="tools/sm64/index.html"></iframe> <iframe class="responsive-iframe" src="tools/flappybird/index.html"></iframe>
</div> </div>
</body> </body>
<style> <style>
@ -12,7 +12,7 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
padding-top: 56.25%; padding-top: 75%;
} }
.responsive-iframe { .responsive-iframe {