File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="pt-BR ">
33< head >
4+ <!-- Google tag (gtag.js) -->
5+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-N598EKHDGJ "> </ script >
6+ < script >
7+ window . dataLayer = window . dataLayer || [ ] ;
8+ function gtag ( ) { dataLayer . push ( arguments ) ; }
9+ gtag ( 'js' , new Date ( ) ) ;
10+
11+ gtag ( 'config' , 'G-N598EKHDGJ' ) ;
12+ </ script >
413 < meta charset ="UTF-8 ">
514 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < title > MITOLOGIA EXTENDIDA </ title >
15+ < title > Mitologia Estendida </ title >
716 <!-- Tailwind CSS CDN -->
817 < script src ="https://cdn.tailwindcss.com "> </ script >
918 <!-- Font Inter -->
@@ -411,8 +420,8 @@ <h1 class="text-4xl font-extrabold text-center mb-8 text-[#08B59F]">Contato</h1>
411420 <!-- Formulário de Contato -->
412421 < div class ="bg-white p-6 rounded-lg shadow-md border border-gray-200 ">
413422 < h2 class ="text-2xl font-semibold mb-4 text-[#08B59F] "> Envie-nos uma Mensagem</ h2 >
414- < form action ="https://formsubmit.co/09786f14f9888657b21f743ad95bd5ed " method ="POST ">
415- < input type ="hidden " name ="_url " value ="https://dev. jandig.app/me ">
423+ < form action ="
https://formsubmit.co/[email protected] "
method ="
POST "
> 424+ < input type ="hidden " name ="_url " value ="https://jandig.app/me ">
416425 < div class ="mb-4 ">
417426 < label for ="name " class ="block text-gray-700 text-sm font-bold mb-2 "> Nome:</ label >
418427 < input type ="text " id ="name " name ="name " class ="shadow appearance-none border rounded-lg w-full py-2 px-3 text-gray-800 leading-tight focus:outline-none focus:shadow-outline bg-gray-50 border-gray-200 " placeholder ="Seu nome " required >
You can’t perform that action at this time.
0 commit comments