Update to support the 9th generation
This commit is contained in:
16
index.html
16
index.html
@ -30,12 +30,12 @@
|
||||
<article>
|
||||
<div id="container">
|
||||
<div id="game">
|
||||
<img src="pokemon/R58.png" alt="Growlithe" class="poketest-companion" />
|
||||
<img src="pokemon/912.png" alt="Quaxly" class="poketest-companion" />
|
||||
<h1>Pokétest</h1>
|
||||
|
||||
<p>✨ <strong>Now updated for Pokémon Legends: Arceus!</strong></p>
|
||||
<p>✨ <strong>Now updated for Pokémon Scarlet and Violet!</strong></p>
|
||||
|
||||
<p>There are now more than 900 Pocket Monsters, and a handful number of alternative forms. It's getting pretty tricky to know them all, let alone to catch them all. With Pokétest, you can train yourself and become unbeatable! Filter by generation, language and even by Mega Evolutions, Regional or Gigantamax Forms!</p>
|
||||
<p>There are now more than 1000 Pocket Monsters, and a handful number of alternative forms. It's getting pretty tricky to know them all, let alone to catch them all. With Pokétest, you can train yourself and become unbeatable! Filter by generation, language and even by Mega Evolutions, Regional or Gigantamax Forms!</p>
|
||||
|
||||
<p>For more details, please read the <a href="about.html">About page</a>!</p>
|
||||
|
||||
@ -75,13 +75,17 @@
|
||||
<span class="SM1">7</span><span class="SM2">G</span>
|
||||
</strong> (722 - 809)</label><br />
|
||||
|
||||
<input type="checkbox" name="8g" id="8g"><label for="8g"> <strong title="8g">
|
||||
<input type="checkbox" name="8g" id="8g"><label for="8g"> <strong title="Galar">
|
||||
<span class="SWSH1">8</span><span class="SWSH2">G</span>
|
||||
</strong> (810 - 905)</label><br />
|
||||
|
||||
<input type="checkbox" name="9g" id="9g"><label for="9g"> <strong title="Paldea">
|
||||
<span class="SV1">9</span><span class="SV2">G</span>
|
||||
</strong> (906 - 1008)</label><br />
|
||||
|
||||
<input type="checkbox" name="regional" id="regional"><label for="regional"> <strong title="Regional">
|
||||
Regional Forms
|
||||
</strong> (53)</label><br />
|
||||
</strong> (55)</label><br />
|
||||
|
||||
<input type="checkbox" name="mega" id="mega"><label for="mega"> <strong title="Mega">
|
||||
Mega-Evolutions
|
||||
@ -146,7 +150,7 @@
|
||||
</div>
|
||||
</article>
|
||||
<footer>
|
||||
<p>© 2012 - 2022 Pokétest 2.9</p>
|
||||
<p>© 2012 - 2023 Pokétest 2.9</p>
|
||||
</footer>
|
||||
</div>
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user