zmv7.github.io/arkanoid_ega.html

10 lines
267 B
HTML
Raw Normal View History

2020-10-13 21:14:08 -07:00
<!doctype html>
2020-10-14 08:08:40 -07:00
<html>
<title>Arkanoid EGA</title>
2020-10-13 21:14:08 -07:00
<body>
<div id="ibm5160"></div>
2020-10-14 04:03:13 -07:00
<script type="text/javascript" src="js/arkanoid-ega.js"></script>
2020-10-13 21:14:08 -07:00
<script type="text/javascript">embedPCx86("ibm5160","machine.xml","components.xsl");</script>
</body>
</html>