From 93b2615a2f04d58226753de6cadcd9dcd67d75de Mon Sep 17 00:00:00 2001 From: andsant <andrea.santana@estudiantes.uva.es> Date: Sun, 15 Dec 2024 20:39:08 +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 b9d7e3b..36d163f 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <html> <head> <title>Mapa coroplético</title> - <script src="http://d3js.org/d3.v6.min.js"></script> + <script src="https://d3js.org/d3.v6.min.js"></script> <link rel="stylesheet" type="text/css" href="visualizacion.css"> </head> <body style="background-color: rgba(191, 204, 226, 0.504);"> -- GitLab