Spaces:
Paused
Paused
Update server/static/index.html
Browse files- server/static/index.html +1 -3
server/static/index.html
CHANGED
|
@@ -2,9 +2,7 @@
|
|
| 2 |
<script>
|
| 3 |
var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
|
| 4 |
var port = location.hostname === 'localhost' ? "?port=" + document.location.port : "";
|
| 5 |
-
|
| 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émon Showdown</a> server!</p>
|
| 10 |
<noscript><p>Try enabling <a href="http://enable-javascript.com/en/">JavaScript</a> to play!</p></noscript>
|
|
|
|
| 2 |
<script>
|
| 3 |
var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
|
| 4 |
var port = location.hostname === 'localhost' ? "?port=" + document.location.port : "";
|
| 5 |
+
|
|
|
|
|
|
|
| 6 |
</script>
|
| 7 |
<p>This is a <a href="http://www.pokemonshowdown.com">Pokémon Showdown</a> server!</p>
|
| 8 |
<noscript><p>Try enabling <a href="http://enable-javascript.com/en/">JavaScript</a> to play!</p></noscript>
|