This commit is contained in:
MrAlienBoiGithub 2022-11-10 15:27:15 -05:00 committed by GitHub
parent caed5310ef
commit 7928f231da
2 changed files with 11 additions and 0 deletions

View File

@ -53,6 +53,8 @@
<a href="tools/flash/?swf=theimpossiblequiz2.swf"><img src="imgs/quiz2.jpg" alt="theimpossiblequiz2" style="width: 100px;height: 100px;"></a> <a href="tools/flash/?swf=theimpossiblequiz2.swf"><img src="imgs/quiz2.jpg" alt="theimpossiblequiz2" style="width: 100px;height: 100px;"></a>
&nbsp; &nbsp;
<a href="tools/flash/?swf=ducklife2.swf"><img src="imgs/ducklife2.jpg" alt="ducklife2" style="width: 100px;height:100px"></a> <a href="tools/flash/?swf=ducklife2.swf"><img src="imgs/ducklife2.jpg" alt="ducklife2" style="width: 100px;height:100px"></a>
&nbsp;
<a href="test.html">test</a>
</body> </body>
<style> <style>
html, body { html, body {

9
test.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<iframe src="tools/sm64/index.html" frameborder="0">test</iframe>
</body>
</html>