27 lines
970 B
HTML
27 lines
970 B
HTML
<!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>
|