40 lines
1.7 KiB
HTML
Executable file
40 lines
1.7 KiB
HTML
Executable file
<!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" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<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 -->
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="/favicon.svg" />
|
|
<link rel="mask-icon" href="/favicon.svg" color="#1a1f2e" />
|
|
|
|
<!-- DNS Prefetch para recursos externos (si los usas) -->
|
|
<!-- <link rel="dns-prefetch" href="https://api.example.com" /> -->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx" crossorigin="anonymous"></script>
|
|
</body>
|
|
</html>
|