Instagram

De Wiki PokeLegends
Revisão de 04h58min de 3 de maio de 2023 por Lloyd (discussão | contribs)
Ir para navegação Ir para pesquisar

A nossa página oficial do Instagram é oficial.pokelegends/.

   <img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign" width="411" height="411" />
       <img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign (Zoom)" style="width:100%;height:100%;" />

<script> $(document).ready(function() {

   $('img[alt="Danger Sign"]').hover(
       function() {
           $(this).next().show();
       },
       function() {
           $(this).next().hide();
       }
   );

}); </script>