From a157419e9d3f2a66b944490c73e81feb0f90264a Mon Sep 17 00:00:00 2001 From: marmart0 <mario.martin.gonzalez@alumnos.uva.es> Date: Sun, 15 Dec 2024 19:16:36 +0000 Subject: [PATCH] Update file index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0f01251..a102630 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"> - <script src="http://d3js.org/d3.v7.min.js"></script> + <script src="https://d3js.org/d3.v7.min.js"></script> <script src="visualizacion.js"></script> -- GitLab