gtsrssapi/templates/page/index.html.ep

16 lines
610 B
Plaintext

<html>
<head>
</head>
<body>
<h1>List of RSS Feeds for different kinds of GTS trades in pkmn-classic network.</h1>
<ul>
<li><a href="/all.rss">All trades.</a></li>
<li><a href="/shiny.rss">Only shiny trades.</a></li>
<li><a href="/pokerus.rss">Only pokerus trades.</a></li>
<li><a href="/computer-all.rss">All trades. (JSON)</a></li>
<li><a href="/computer-shiny.rss">Only shiny trades. (JSON)</a></li>
<li><a href="/computer-pokerus.rss">Only pokerus trades. (JSON)</a></li>
</ul>
</body>
</html>