From 4bad9d3e64a6816f1b84f8a0bf60e566b409d1f2 Mon Sep 17 00:00:00 2001 From: marmart0 <mario.martin.gonzalez@alumnos.uva.es> Date: Sun, 15 Dec 2024 19:00:54 +0000 Subject: [PATCH] Update file index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8c0be8b..358c855 100644 --- a/index.html +++ b/index.html @@ -14,12 +14,12 @@ <body> <div id="fondo"> - <script src="script.js"></script> + <div id="squareBotones"></div> <div id="squareTitulo"></div> <div id="squareGrafico"></div> <div id="ventanaInfo"></div> - <script> + <script src="script.js"> let visibilidad = [ {nombre: 'Rocoso', estado: true}, {nombre: 'Super Tierra', estado: true}, -- GitLab