pokemon-showdown/static/index.html
Bryan AA 330a4c0937 Improve static files
- Add a guide of how to enable JS in your browser.
- Add é.
2015-09-25 17:55:14 -06:00

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&eacute;mon Showdown</a> server!</p>
<noscript><p>Try enabling <a href="http://enable-javascript.com/en/">JavaScript</a> to play!</p></noscript>