From e1e1e83d20a0be117faa12dd622734e96ed9e7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20Monge=20Morales?= <zs22016120@estudiantes.uv.mx> Date: Thu, 20 Mar 2025 11:30:25 -0600 Subject: [PATCH] visualizar index.html --- node_modules/admin-lte/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/node_modules/admin-lte/index.html b/node_modules/admin-lte/index.html index 2d20dee..454ef1b 100644 --- a/node_modules/admin-lte/index.html +++ b/node_modules/admin-lte/index.html @@ -1,4 +1,9 @@ <!DOCTYPE html> +<script> + document.addEventListener("DOMContentLoaded", function() { + document.querySelector(".preloader").style.display = "none"; + }); +</script> <html lang="en"> <head> <meta charset="utf-8">