initial upload
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user