summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDylan Muller <dylan.muller@corigine.com>2023-09-05 23:37:23 +0200
committerDylan Muller <dylan.muller@corigine.com>2023-09-05 23:37:23 +0200
commit008f39a5f4070332d547ad554088fc23d8936dd2 (patch)
tree4c11c9f0afa8fd0ed394f495daf8e96308348201 /index.html
parentc1267582e2015c5077ea9ad93e29e5197491ce57 (diff)
downloademu8910-008f39a5f4070332d547ad554088fc23d8936dd2.tar.gz
emu8910-008f39a5f4070332d547ad554088fc23d8936dd2.zip
emu8910: core: Add demo files
Add demo files.
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..3b469da
--- /dev/null
+++ b/index.html
@@ -0,0 +1,7 @@
+<html>
+Click anywhere to play.
+<script type="text/javascript" src="./pako_inflate.min.js"></script>
+<script type="text/javascript" src="./fym.js"></script>
+<script type="text/javascript" src="./emu8910.js"></script>
+<script type="text/javascript" src="./parser.js"></script>
+</html> \ No newline at end of file