mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-22 09:45:07 -05:00
Also move mods/ to data/mods/ This makes PS more monorepo-like. The intent is to further separate the sim and the server code, but without fully committing to splitting the repository itself. We now support `./pokemon-showdown start` in addition to `./pokemon-showdown`. I'm not clear which I want to be the default yet.
8 lines
450 B
HTML
8 lines
450 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
|
|
document.location.replace('http://' + document.location.hostname + suffix + '.psim.us' + document.location.pathname);
|
|
</script>
|
|
<p>This is a <a href="http://www.pokemonshowdown.com">Pokémon Showdown</a> server!</p>
|
|
<noscript><p>Try enabling <a href="http://enable-javascript.com/en/">JavaScript</a> to play!</p></noscript>
|