Files
memex/0_inbox/Reclaiming Grounds/حوليات صاحب الأشجار/arboreal annals/048/msx.html.bak

18 lines
488 B
HTML

<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; utf-8">
<title>Java MSX Emulator</title>
</head>
<body>
<div>
<applet code="MsxEmu" width="256" height="192">
<script type="text/javascript">
//var requested = self.location.search.substr(1);
//document.write('<param name="rom" value="' + self.location.search.substr(1) + '">');
</script>
<param name="rom" value=".rom/nemesis.rom">
</applet>
</div>
</body>
</html>