aarnal80 commited on
Commit
ded21fd
verified
1 Parent(s): 3f67a1e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -12
index.html CHANGED
@@ -27,17 +27,15 @@
27
  textarea, pre { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px; }
28
  /* Botones deshabilitados */
29
  button:disabled { opacity: 0.6; cursor: not-allowed; }
30
-
31
  /* --- INICIO: Estilos M脥NIMOS para Pesta帽as --- */
32
  /* Control visibilidad contenido */
33
  .tab-content { display: none; }
34
  .tab-content.active { display: block; }
35
  /* --- FIN: Estilos M脥NIMOS para Pesta帽as --- */
36
  </style>
37
- </head>
38
  <body class="bg-gray-50 min-h-screen">
39
  <div class="mx-auto max-w-2xl p-6 my-8 bg-white rounded-xl shadow-md">
40
-
41
  <div class="text-center mb-4">
42
  <h1 class="text-xl font-bold text-blue-800 flex items-center justify-center">
43
  <i class="fas fa-user-md mr-3 text-blue-600"></i>Asistente M茅dico Modular
@@ -75,15 +73,16 @@
75
  <i class="fas fa-flask text-xl"></i>
76
  </button>
77
 
78
- <a href="proa.html" id="link-proa"
79
  class="w-16 h-12 flex items-center justify-center rounded-t-lg border-b-2 focus:outline-none transition-colors duration-150 ease-in-out cursor-pointer
80
  text-teal-600 border-transparent hover:bg-teal-100"
81
- title="PROA (Plan Reorganizaci贸n Atenci贸n)">
82
- <i class="fas fa-clipboard-list text-xl"></i> </a>
 
83
  </nav>
84
  </div>
85
- <div id="tab-content-container">
86
 
 
87
  <div id="content-medical-analysis" class="tab-content active">
88
  <div class="bg-blue-50 p-6 rounded-lg mb-6 border border-blue-100 shadow">
89
  <h2 class="text-base font-semibold text-blue-700 mb-3 flex items-center">
@@ -137,7 +136,6 @@
137
  </div>
138
  </div>
139
  </div>
140
-
141
  <div id="content-lab-analysis" class="tab-content">
142
  <div class="bg-pink-50 p-6 rounded-lg mb-6 border border-pink-100 shadow">
143
  <h2 class="text-base font-semibold text-pink-700 mb-4 flex items-center">
@@ -171,10 +169,7 @@
171
  </div>
172
  </div>
173
  </div>
174
-
175
- </div>
176
- </div>
177
- <div class="text-center mt-8 pt-6 border-t border-gray-200">
178
  <p class="text-gray-600">
179
  Desarrollado por el Dr. Antonio J. Arnal Meinhardt<br>
180
  <span class="text-sm">M茅dico de Urgencias | Atenci贸n Primaria</span>
 
27
  textarea, pre { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px; }
28
  /* Botones deshabilitados */
29
  button:disabled { opacity: 0.6; cursor: not-allowed; }
 
30
  /* --- INICIO: Estilos M脥NIMOS para Pesta帽as --- */
31
  /* Control visibilidad contenido */
32
  .tab-content { display: none; }
33
  .tab-content.active { display: block; }
34
  /* --- FIN: Estilos M脥NIMOS para Pesta帽as --- */
35
  </style>
36
+ </head>
37
  <body class="bg-gray-50 min-h-screen">
38
  <div class="mx-auto max-w-2xl p-6 my-8 bg-white rounded-xl shadow-md">
 
39
  <div class="text-center mb-4">
40
  <h1 class="text-xl font-bold text-blue-800 flex items-center justify-center">
41
  <i class="fas fa-user-md mr-3 text-blue-600"></i>Asistente M茅dico Modular
 
73
  <i class="fas fa-flask text-xl"></i>
74
  </button>
75
 
76
+ <a href="proa/proa.html" id="link-proa" <-- SE CAMBI脫 EL href
77
  class="w-16 h-12 flex items-center justify-center rounded-t-lg border-b-2 focus:outline-none transition-colors duration-150 ease-in-out cursor-pointer
78
  text-teal-600 border-transparent hover:bg-teal-100"
79
+ title="Gu铆as PROA">
80
+ <i class="fas fa-book-medical text-xl"></i> <-- SE CAMBI脫 EL ICONO (opcional)
81
+ </a>
82
  </nav>
83
  </div>
 
84
 
85
+ <div id="tab-content-container">
86
  <div id="content-medical-analysis" class="tab-content active">
87
  <div class="bg-blue-50 p-6 rounded-lg mb-6 border border-blue-100 shadow">
88
  <h2 class="text-base font-semibold text-blue-700 mb-3 flex items-center">
 
136
  </div>
137
  </div>
138
  </div>
 
139
  <div id="content-lab-analysis" class="tab-content">
140
  <div class="bg-pink-50 p-6 rounded-lg mb-6 border border-pink-100 shadow">
141
  <h2 class="text-base font-semibold text-pink-700 mb-4 flex items-center">
 
169
  </div>
170
  </div>
171
  </div>
172
+ </div> </div> <div class="text-center mt-8 pt-6 border-t border-gray-200">
 
 
 
173
  <p class="text-gray-600">
174
  Desarrollado por el Dr. Antonio J. Arnal Meinhardt<br>
175
  <span class="text-sm">M茅dico de Urgencias | Atenci贸n Primaria</span>