mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-08 07:53:40 -05:00
8 lines
182 B
HTML
Executable File
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> |