commit before switching this from static site to app
This commit is contained in:
BIN
public/emu/cores/fceumm-legacy.data
Normal file
BIN
public/emu/cores/fceumm-legacy.data
Normal file
Binary file not shown.
BIN
public/emu/cores/fceumm.data
Normal file
BIN
public/emu/cores/fceumm.data
Normal file
Binary file not shown.
27
public/emu/cores/nes.js
Normal file
27
public/emu/cores/nes.js
Normal file
@@ -0,0 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>404: Page not found</title>
|
||||
<style>
|
||||
body, html {
|
||||
background-color: #000;
|
||||
}
|
||||
h2, p {
|
||||
color: #fff;
|
||||
}
|
||||
a {
|
||||
color: #0000EE;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
a:visited {
|
||||
color: #800080;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>404: Page not found</h2>
|
||||
<p>Idk where you're trying to go, but its not here....</p>
|
||||
<a herf="#" onclick="history.back()">Go Back?</a>
|
||||
</body>
|
||||
</html>
|
||||
27
public/emu/cores/nes.wasm
Normal file
27
public/emu/cores/nes.wasm
Normal file
@@ -0,0 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>404: Page not found</title>
|
||||
<style>
|
||||
body, html {
|
||||
background-color: #000;
|
||||
}
|
||||
h2, p {
|
||||
color: #fff;
|
||||
}
|
||||
a {
|
||||
color: #0000EE;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
a:visited {
|
||||
color: #800080;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>404: Page not found</h2>
|
||||
<p>Idk where you're trying to go, but its not here....</p>
|
||||
<a herf="#" onclick="history.back()">Go Back?</a>
|
||||
</body>
|
||||
</html>
|
||||
1
public/emu/cores/reports/fceumm.json
Normal file
1
public/emu/cores/reports/fceumm.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "core": "fceumm", "buildStart": "2026-02-04T02:44:07+00:00", "buildEnd": "2026-02-04T02:45:32+00:00", "options": {} }
|
||||
Reference in New Issue
Block a user