Encuentra aquí la información más actualizada de los últimos fallecidos en Albacete. Actualizamos los datos diariamente para las últimas defunciones en la Comunidad de Castilla-La Mancha.
Si deseas enviar una corona de flores, entra en nuestra floristería online y realiza tu pedido. Todos nuestros arreglos cuentan con la calidad y garantía de nuestro partner FloraQueen.
Para consultar los fallecidos hoy en Albacete, espera que cargue la tabla inferior:
| html | |
| { | |
| width | 100vw; |
| height | 100vh; |
| overflow | hidden; |
| background-color | #2d231e; |
| background | radial-gradient(ellipse at center, #2d231e 1%, #555 100%); |
| font-family | arial; |
| color | white; |
| text-align | center; |
| } | |
| .content | |
| { | |
| height | 70vh; |
| margin | 20px; |
| text-shadow | 1px 1px 0px #000; |
| } | |
| .logo | |
| { | |
| height | 30vh; |
| position | relative; |
| text-align | center; |
| margin | 40px auto 10px auto; |
| max-width | 400px; |
| } | |
| <svg xmlns="http | //www.w3.org/2000/svg" viewBox="0 0 375.75587 88.069375"> |
Device not Connected | |
| Dataplicity is unable to connect to your device. It may be offline. | |
| URL_POLL_RATE = 3000; // 3 seconds is about my attention span | |
| function check_url() | |
| { | |
| /* Poll the current URL, and do a reload if it is not an error */ | |
| var request = new XMLHttpRequest(); | |
| request.onreadystatechange = function() { | |
| if (request.readyState == 4) | |
| { | |
| /* Wormhole sets this header on responses it generates */ | |
| var wormhole_response = request.getResponseHeader('Wormhole-Template') !== null; | |
| if (wormhole_response) | |
| { | |
| /* Try again if we didn't get a response from the device */ | |
| setTimeout(check_url, URL_POLL_RATE); | |
| } | |
| else | |
| { | |
| /* The device returned a response, reload to page */ | |
| window.location.reload(); | |
| } | |
| } | |
| }; | |
| request.onerror = function() | |
| { | |
| setTimeout(check_url, URL_POLL_RATE); | |
| } | |
| request.open("GET", window.location.href, true); | |
| request.send(); | |
| } | |
| setTimeout(check_url, URL_POLL_RATE); | |
