Jofthomas's picture
Upload 4781 files
5c2ed06 verified
raw
history blame
547 Bytes
<!DOCTYPE html>
<script>
var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
var port = location.hostname === 'localhost' ? "?port=" + document.location.port : "";
document.location.replace(
'http://' + document.location.hostname + suffix + '.psim.us' + document.location.pathname + port
);
</script>
<p>This is a <a href="http://www.pokemonshowdown.com">Pok&eacute;mon Showdown</a> server!</p>
<noscript><p>Try enabling <a href="http://enable-javascript.com/en/">JavaScript</a> to play!</p></noscript>