modified test.html

This commit is contained in:
MrAlienBoiGithub 2022-11-10 16:10:54 -05:00 committed by GitHub
parent 4dee71eb79
commit baf945ca2b

View File

@ -4,6 +4,9 @@
</head> </head>
<body> <body>
<iframe src="tools/sm64/index.html" frameborder="0" style="width: 100px;height:auto;">test</iframe> <div style="position:relative;">
<iframe src="tools/sm64/index.html" width="500" height="500" />
<a href="redirect.html" style="position:absolute; top:0; left:0; display:inline-block; width:500px; height:500px; z-index:5;"></a>
</div>
</body> </body>
</html> </html>