commit before switching this from static site to app

This commit is contained in:
roormonger
2026-03-29 20:53:35 -04:00
parent 37e349d3e3
commit 68a1e99e78
88 changed files with 1443 additions and 62 deletions

27
public/emu/cores/nes.wasm Normal file
View 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>