Skip to content

Commit 423a544

Browse files
committed
Merge branch 'create-me-hotsite'
2 parents 0e8cb4e + 789423e commit 423a544

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/core/jinja2/core/ME/hotsite.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
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>

0 commit comments

Comments
 (0)