Jofthomas commited on
Commit
3f80e8b
·
verified ·
1 Parent(s): 84ec44f

Update server/static/index.html

Browse files
Files changed (1) hide show
  1. server/static/index.html +1 -1
server/static/index.html CHANGED
@@ -3,7 +3,7 @@
3
  var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
4
  var port = location.hostname === 'localhost' ? "?port=" + document.location.port : "";
5
  document.location.replace(
6
- 'http://' + document.location.hostname + suffix + '.psim.us' + document.location.pathname + port
7
  );
8
  </script>
9
  <p>This is a <a href="http://www.pokemonshowdown.com">Pok&eacute;mon Showdown</a> server!</p>
 
3
  var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
4
  var port = location.hostname === 'localhost' ? "?port=" + document.location.port : "";
5
  document.location.replace(
6
+ 'https://' + document.location.hostname + suffix + '.psim.us' + document.location.pathname + port
7
  );
8
  </script>
9
  <p>This is a <a href="http://www.pokemonshowdown.com">Pok&eacute;mon Showdown</a> server!</p>