Seja bem-vindo(a), Faça login

Geradores de Energia

ACESSE OS MANUAIS DOS GERADORES DE ENERGIA NOS LINKS ABAIXO.

 

* Gerador de Energia a Gasolina 12V - HT1100-12

* Gerador de Energia a Gasolina 24V - HT1100-24

// Verifica se o body possui a classe 'pagina-home' if (document.body.classList.contains('pagina-home')) { // Crie o elemento iframe var iframeElement = document.createElement('iframe'); $(iframeElement).addClass('VideoFinal') // Defina os atributos do iframe para incorporar um vídeo do YouTube iframeElement.width = 640; iframeElement.height = 360; iframeElement.src = 'https://www.youtube.com/embed/P9oPsb6Y8Ac'; // URL de incorporação do YouTube iframeElement.allowFullscreen = true; // Encontre o elemento #footer-main var footerMain = document.getElementById('footer-main'); // Insira o iframe antes do elemento #footer-main footerMain.parentNode.insertBefore(iframeElement, footerMain); }