Versión inicial de Seguimiento de Impuestos GLM
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
<!doctype html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Seguimiento de Impuestos GLM</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Calendario tributario GLM: recordatorios de obligaciones fiscales por país, con alertas del miércoles anterior y el mismo día."
|
||||
/>
|
||||
<meta name="author" content="GomezLee Marketing" />
|
||||
<meta name="theme-color" content="#4F758B" />
|
||||
<meta property="og:title" content="Seguimiento de Impuestos GLM" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Calendario tributario interno de GomezLee Marketing con recordatorios automáticos."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="%BASE_URL%favicon-32.png?v=glm-2026" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="%BASE_URL%favicon-192.png?v=glm-2026" />
|
||||
<link rel="shortcut icon" href="%BASE_URL%favicon.ico?v=glm-2026" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="%BASE_URL%apple-touch-icon.png?v=glm-2026" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user