19 lines
647 B
HTML
19 lines
647 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="es">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>EMI Task Management</title>
|
||
|
|
<meta name="description" content="EMI Task Management - Gestión de tareas eficiente y profesional">
|
||
|
|
<meta name="theme-color" content="#6B1F2A">
|
||
|
|
<base href="/">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<a href="#main" class="skip-link">Saltar al contenido</a>
|
||
|
|
<emi-root></emi-root>
|
||
|
|
</body>
|
||
|
|
</html>
|