modified test.html

This commit is contained in:
MrAlienBoiGithub 2022-11-10 16:36:20 -05:00 committed by GitHub
parent baf945ca2b
commit b0d49ccb52

View File

@ -4,9 +4,9 @@
</head> </head>
<body> <body>
<div style="position:relative;"> <div class="gameWrapper">
<iframe src="tools/sm64/index.html" width="500" height="500" /> <iframe src="https://previews.customer.envatousercontent.com/files/284246327/index.html" allowfullscreen></iframe>
<a href="redirect.html" style="position:absolute; top:0; left:0; display:inline-block; width:500px; height:500px; z-index:5;"></a> </div>
</div> <p>test</p>
</body> </body>
</html> </html>