pokemon-showdown-client/desktop/index.html
2013-09-01 14:05:47 -05:00

8 lines
182 B
HTML
Executable File

<!DOCTYPE html>
<script>
var gui = require('nw.gui');
var win = gui.Window.get();
win.maximize();
win.show();
document.location.replace('http://play.pokemonshowdown.com/');
</script>