26 lines
873 B
HTML
26 lines
873 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="description"
|
|
content="Aplicación interna de GomezLee Marketing para cotizaciones Walmart Connect."
|
|
/>
|
|
<meta name="author" content="GomezLee Marketing" />
|
|
<meta property="og:title" content="Cotizador - Walmart Connect" />
|
|
<meta
|
|
property="og:description"
|
|
content="Cotizaciones de Walmart Connect para GomezLee Marketing."
|
|
/>
|
|
<meta property="og:type" content="website" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<link rel="icon" href="./favicon.png" type="image/png" />
|
|
<title>Cotizador - Walmart Connect</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|