commit before switching this from static site to app
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user