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" />
<script> $(document).ready(function() {
$('img[alt="Danger Sign"]').hover(
function() {
$(this).next().show();
},
function() {
$(this).next().hide();
}
);
}); </script>