Version 2.9

* Custom input for answer
* Option for no timer
* Play again button
* Rewrite About page
* Modernize clipboard copy
* Lots of misc. fixes
This commit is contained in:
2022-03-14 21:30:46 +01:00
parent 074726aea4
commit caab9fe47d
8 changed files with 208 additions and 118 deletions

View File

@ -11,7 +11,7 @@
<script src="waitforimages-2.4.0.min.js"></script>
<script src="interface.js"></script>
<script src="flashdex.js"></script>
<title>Pokétest</title>
<title>Pokétest - Flashdex</title>
</head>
<body>
<div class="bg"></div>
@ -39,6 +39,8 @@
<p>The Flashdex is a very simple Pokédex, useful to see your favorite creatures in good resolution. Perfect for learning new names, and to see the different generations and different Pokémon forms!</p>
<p>For more details, please read the <a href="about.html">About page</a>!</p>
<div id="flashdex_config">
<h2><a href="#" class="all unselected"><strong>Select all</strong></a></h2>
<p>
@ -85,7 +87,7 @@
</div>
</article>
<footer>
<p>© 2012 - 2022 Pokétest 2.8</p>
<p>© 2012 - 2022 Pokétest 2.9</p>
</footer>
</div>
</body>