Jofthomas's picture
Jofthomas HF staff
Update server/static/index.html
d7b6639 verified
raw
history blame contribute delete
420 Bytes
<!DOCTYPE html>
<script>
var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
var port = location.hostname === 'localhost' ? "?port=" + document.location.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>