mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-26 10:14:50 -05:00
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled
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
13 lines
330 B
PHP
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>
|