From 228c69537285c5d095c901fc681be48d4147a39e Mon Sep 17 00:00:00 2001
From: andsant <andrea.santana@estudiantes.uva.es>
Date: Sun, 15 Dec 2024 20:38:29 +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 36d163f..b9d7e3b 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html>
     <head>
         <title>Mapa coroplético</title>
-        <script src="https://d3js.org/d3.v6.min.js"></script>
+        <script src="http://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