This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<div class="message">For better view: Click Change View -> Full Page View</div> | |
<button onclick="showTutorial()" class="tutorial-button">Show / Hide instructions</button> | |
<div class="pokedex"> | |
<div id="div_light" class="is-disabled turnOnOff pokedex-light"></div> | |
<div id="div_screen" class="pokedex-screen"></div> | |
<div id="div_error" class="pokedex-error">Pokemon not found!<br>Try again!</div> | |
<div id="div_loader" class="loader"></div> | |
<div id="div_data" class="is-disabled turnOnOff pokedex-data"> | |
<p class="pokedex-data-text">ID: <span id="text_id"></span></p> |