12 lines
356 B
HTML
12 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
</head>
|
|
<body>
|
|
<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>
|
|
</html> |