Autoría | Ultima modificación | Ver Log |
<html lang="es">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="expires" content="0" />
<meta
http-equiv="expires"
content="Tue, 01 Jan 1980 1:00:00 GMT"
/>
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-store" />
<meta http-equiv="Cache-Control" content="max-age=0" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="charset" content="UTF-8" />
<meta
name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<!-- Primary Meta Tags -->
<title>LeadersLinked</title>
<link rel="icon" type="image/svg+xml" href="/images/logo-leaderslinked.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="LeadersLinked" />
<meta property="og:url" content="https://dev-spa.leaderslinked.com/" />
<meta property="og:title" content="Este artículo de Liderazgo te va a interesar" />
<meta
property="og:image:secure_url"
itemprop="image"
content="https://dev-spa.leaderslinked.com/images/logo-leaderslinked.png"
/>
<link rel="thumbnail" href="" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://dev-spa.leaderslinked.com/" />
<meta property="twitter:title" content="Este artículo de Liderazgo te va a interesar" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet"
/>
<!-- Styles -->
<link
rel="stylesheet"
type="text/css"
media="screen"
href="https://cdn.conversejs.org/10.1.4/dist/converse.min.css"
/>
<!-- Styles -->
<style type="text/css">
:root {
--bg-color: #ffffff;
--body-bg-color: #f3f2ef;
--bg-color-secondary: #f3f2ef;
--font-color: #1d315c;
--font-color-hover: #1d315c;
--title-color: #000000;
--subtitle-color: #626d7a;
--icons-color: #666666;
--button-bg: #16283c;
--button-bg-hover: #1d315c;
--button-text-color: #ffffff;
--button-bg-secondary: #16283c;
--button-bg-secondary-hover: #1d315c;
--button-text-color-secondary: #fdfcfc;
--button-bg-tertiary: #b3b3b3;
--button-text-color-tertiary: #000000;
--border-primary: #e8e8e8;
--border-trasnparent: #000000;
--chat-received: #000000;
--chat-send: #d8f1e4;
--chat-color: #626d7a;
--light-gray: #bebebe;
--gray: #909090;
--danger: #e20808;
--danger-hover: #a10707;
--online-green: #47e228;
--border-gray-primary: #b3b3b3;
--white: #ffffff;
--white-backdrop: #000000;
--border-radius: #000000;
--light-shadow: #000000;
--shadow: #000000;
--sat: env(safe-area-inset-top);
}
</style>
<!-- Scripts -->
<script src="https://cdn.conversejs.org/10.1.4/dist/converse.min.js" charset="utf-8"></script>
</head>
<body>
<div id="app"></div>
<div id="modal"></div>
<script type="module" src="/app/main.jsx"></script>
<script
type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=YOUR_GOOGLE_MAPS_API_KEY&libraries=places"
></script>
<script
async="async"
defer="defer"
src="https://www.google.com/recaptcha/api.js?render=explicit"
></script>
</body>
</html>