Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -31,15 +31,17 @@
|
|
31 |
</div>
|
32 |
</section>
|
33 |
|
|
|
34 |
<section class="app-embed" id="app-embed">
|
35 |
<h2>Monitorea la fauna en tiempo real</h2>
|
36 |
-
<iframe src="https://
|
37 |
</section>
|
38 |
|
|
|
39 |
<section class="alertas">
|
40 |
<h2>Alertas recientes</h2>
|
41 |
<div id="alert-container" class="alert-container">
|
42 |
-
|
43 |
</div>
|
44 |
</section>
|
45 |
</main>
|
|
|
31 |
</div>
|
32 |
</section>
|
33 |
|
34 |
+
<!-- Mapa de Calor - Incrustado al medio de la página -->
|
35 |
<section class="app-embed" id="app-embed">
|
36 |
<h2>Monitorea la fauna en tiempo real</h2>
|
37 |
+
<iframe src="https://fauna-temperature-tracker.lovable.app/" title="Plataforma RIMU" class="app-frame"></iframe>
|
38 |
</section>
|
39 |
|
40 |
+
<!-- Avisos en tiempo real - Al final de la página -->
|
41 |
<section class="alertas">
|
42 |
<h2>Alertas recientes</h2>
|
43 |
<div id="alert-container" class="alert-container">
|
44 |
+
<iframe src="https://species-spotlight.lovable.app/" title="Avisos en tiempo real" class="app-frame"></iframe>
|
45 |
</div>
|
46 |
</section>
|
47 |
</main>
|