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