2025-12-17 11:12:10 +00:00
<!doctype html>
< html lang = "es" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, viewport-fit=cover" / >
< title > EMERGES TES - Guía de Protocolos de Emergencias< / title >
< meta name = "description" content = "Guía rápida de protocolos médicos de emergencias para Técnicos de Emergencias Sanitarias (TES). RCP, fármacos, calculadoras y más." / >
< meta name = "author" content = "EMERGES TES" / >
< meta name = "theme-color" content = "#1a1f2e" / >
2025-12-17 16:26:24 +00:00
< meta name = "mobile-web-app-capable" content = "yes" / >
2025-12-17 11:12:10 +00:00
< meta name = "apple-mobile-web-app-capable" content = "yes" / >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black-translucent" / >
<!-- PWA Manifest -->
< link rel = "manifest" href = "/manifest.json" / >
< meta property = "og:title" content = "EMERGES TES - Guía de Protocolos" / >
< meta property = "og:description" content = "Guía rápida de protocolos médicos de emergencias para TES" / >
< meta property = "og:type" content = "website" / >
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:title" content = "EMERGES TES" / >
< meta name = "twitter:description" content = "Protocolos de emergencias para TES" / >
<!-- Favicon -->
2025-12-17 14:19:57 +00:00
< link rel = "icon" type = "image/svg+xml" href = "/favicon.svg" / >
2025-12-17 11:12:10 +00:00
< link rel = "icon" type = "image/x-icon" href = "/favicon.ico" / >
2025-12-17 14:19:57 +00:00
< link rel = "apple-touch-icon" href = "/favicon.svg" / >
< link rel = "mask-icon" href = "/favicon.svg" color = "#1a1f2e" / >
2025-12-17 11:12:10 +00:00
< / head >
< body >
< div id = "root" > < / div >
< script type = "module" src = "/src/main.tsx" > < / script >
< / body >
< / html >