From a5057bad323e7f94ab5f50fc6fea5c7de1203cd0 Mon Sep 17 00:00:00 2001 From: ramoncalabozo <ramoncalabozo@gmail.com> Date: Mon, 27 Mar 2023 12:17:20 +0200 Subject: [PATCH] =?UTF-8?q?Finalizaci=C3=B3n=20del=20proyecto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/client/src/app/app.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Frontend/client/src/app/app.component.html b/Frontend/client/src/app/app.component.html index e9d8411..88ad290 100644 --- a/Frontend/client/src/app/app.component.html +++ b/Frontend/client/src/app/app.component.html @@ -85,7 +85,8 @@ <table> <tr> <td> - <iframe src="http://localhost/mapa/" width="475" height="500"></iframe> + <h3>Visionado Gráficos de Barras 3D</h3> + <iframe src="http://localhost/mapa/" width="500" height="500"></iframe> </td> <td> <h3 class="comunidades">Elementos de filtrado</h3> -- GitLab