added gharbeia.net to 5_published

This commit is contained in:
2026-03-18 10:40:17 -04:00
parent 681d3d3363
commit 097ae1eb0b
4983 changed files with 19249 additions and 2790458 deletions

View File

@@ -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>