pokemon-showdown-client/play.pokemonshowdown.com/sprites/trainers-custom/index.php
Guangcong Luo 2d7a9c81d4
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled
Improve directory indexes and 404 pages
We now have a custom look for directory indexes, so you can go dig
through PS's back closets in style:

https://play.pokemonshowdown.com/sprites/

Additionally, the 404 page everywhere is now as nice as the custom
404 page in Replays.

https://pokemonshowdown.com/404
2025-03-29 13:11:44 +00:00

13 lines
330 B
PHP

<?php
require_once '../../dirindex/spriteindex.inc.php';
showHeader("Custom avatars");
?>
<p>
Did you want to see a list of all custom avatars? Sorry, that's private.
</p>
<p>
Your avatar can be changed using the Options menu (it looks like <i class="fa fa-cog"></i>) in the upper right of Pokemon Showdown.
</p>
</main>