From d4b3c7e741e843ca9f61fd816ccac83ccb3166ba Mon Sep 17 00:00:00 2001
From: marmart0 <mario.martin.gonzalez@alumnos.uva.es>
Date: Sun, 15 Dec 2024 19:13:35 +0000
Subject: [PATCH] Update file index.html

---
 index.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 358c855..0f01251 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,8 @@
 <html>
     <head>
         <meta charset="utf-8">
-      
         <script src="http://d3js.org/d3.v7.min.js"></script>
-        
+        <script src="visualizacion.js"></script>
 
         
         <link rel="stylesheet" href="estilo.css">
@@ -12,14 +11,13 @@
         </style>
     </head>
     <body>
-        
         <div id="fondo">
             
              <div id="squareBotones"></div>
              <div id="squareTitulo"></div>
              <div id="squareGrafico"></div>
              <div id="ventanaInfo"></div>
-             <script src="script.js">
+             <script>
                 let visibilidad = [
                 {nombre: 'Rocoso', estado: true}, 
                 {nombre: 'Super Tierra', estado: true}, 
-- 
GitLab