Update for production backup
This commit is contained in:
+40
-13
@@ -1,13 +1,40 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!doctype html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#020617" />
|
||||
|
||||
<!-- SEO Básico -->
|
||||
<meta name="description" content="TESS - Consultoría de Software y Servicios de TI. Creamos aplicaciones web, móviles y soluciones robustas alineadas a los objetivos de tu negocio." />
|
||||
<meta name="keywords" content="desarrollo de software, consultoria ti, aplicaciones web, outsourcing, mexico, tess, tecnologia" />
|
||||
<title>TESS | Consultoría en Desarrollo de Software</title>
|
||||
|
||||
<!-- Open Graph (Facebook, LinkedIn, WhatsApp) -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="TESS | Consultoría en Desarrollo de Software" />
|
||||
<meta property="og:description" content="Impulsamos el crecimiento de tu empresa mediante soluciones tecnológicas a medida." />
|
||||
<meta property="og:image" content="https://tesscorp.com.mx/assets/TESS.png" />
|
||||
<meta property="og:url" content="https://tesscorp.com.mx/" />
|
||||
<meta property="og:site_name" content="TESS Corporation" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="TESS | Consultoría de Software" />
|
||||
<meta name="twitter:description" content="Soluciones tecnológicas a medida para transformar tu negocio." />
|
||||
|
||||
<!-- Preloads de Recursos Críticos -->
|
||||
<link rel="preload" as="image" href="/assets/TESS.png" />
|
||||
<link rel="icon" type="image/jpeg" href="/assets/normal-logo-tess.jpeg" />
|
||||
|
||||
<!-- Fuentes (Google Fonts y Material Symbols) -->
|
||||
<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=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body class="bg-brand-dark text-white font-raleway antialiased">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user