Update project including dist

This commit is contained in:
Isaac Aracena
2026-08-20 14:19:35 -04:00
commit 7262b8de30
48 changed files with 9759 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="GomezLee Marketing" />
<meta
name="description"
content="Centraliza los cruces y automatizaciones internas de GomezLee Marketing."
/>
<meta property="og:title" content="Cruces GLM | GomezLee Marketing" />
<meta
property="og:description"
content="Centraliza los cruces y automatizaciones internas de GomezLee Marketing."
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" href="/cruces-glm/favicon.png" type="image/png" />
<link rel="apple-touch-icon" href="/cruces-glm/favicon.png" />
<title>Cruces GLM | GomezLee Marketing</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>