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

Baterias LiFePO4

BAIXE O APP NA LOJA DE APP DO SEU SMARTPHONE.

 

ACESSE OS MANUAIS DAS BATERIAS LIFEPO4 NOS LINKS ABAIXO.

 

* LiFePO4 15 Ah

* LiFePO4 Metal

* LiFePO4 Metal C/ Equalizador

// 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); }