| | <!DOCTYPE html> |
| | <html> |
| | <head> |
| | <title>EmulatorJS</title> |
| |
|
| | <link rel="icon" href="https://cdn1.iconfinder.com/data/icons/computer-techologies-outline-free/128/ic_nintendo_switch_logo-512.png" /> |
| |
|
| | <meta name="viewport" content="width = device-width, initial-scale = 1" /> |
| |
|
| | <link rel="stylesheet" href="style.css" /> |
| | </head> |
| |
|
| | <body> |
| | |
| | <div id="box"> |
| | <input type="file" id="input" /> |
| | Drag ROM file or click here |
| | </div> |
| | <script> |
| | javascript:window.onbeforeunload = function() { return true } |
| | </script> |
| | <script src="script.js"></script> |
| | </body> |
| | </html> |
| |
|