pokemon-showdown-client/play.pokemonshowdown.com/sprites/trainers-custom/teamtours/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

12 lines
279 B
PHP

<?php
require_once 'spriteindex.inc.php';
?>
<!DOCTYPE html>
<title>Team Tour Avatars - Pokemon Showdown!</title>
<?php showSpriteStyle() ?>
<h1><a href="http://www.pokemonshowdown.com">Pok&eacute;mon Showdown</a></h1>
<h2>Team Tour Avatars</h2>
<?php
showSpriteIndex('*.png');