Instagram

De Wiki PokeLegends
Revisão de 05h10min 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/e/e9/Danger_Sign.png" style="width:411px;height:411px;" />
 
   <img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:822px;height:822px;" />
 

<script>

 $(document).ready(function() {
   $('div[style="position:relative;"]').hover(
     function() {
       $('span', this).fadeIn('fast');
     },
     function() {
       $('span', this).fadeOut('fast');
     }
   );
 });

</script>