From 645a8b44197b37367de3d0f9ff5c95add1b221ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Solla?=
 <danielgarciasolla0@gmail.com>
Date: Thu, 12 Dec 2024 12:11:27 +0100
Subject: [PATCH] FUente datos

---
 index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 7e8ec4b..82f3928 100644
--- a/index.html
+++ b/index.html
@@ -110,7 +110,8 @@
         <h1 style="color: #222222; font-size: 2em; font-weight: bold;">Resultados de simulaciones de un proceso
             aleatorio</h1>
         <p style="color: #555555; font-size: 1em;">Visualización de las distribuciones que determinan la duración y
-            estado final del sistema</p>
+            estado final del sistema. (<a href="https://www.kaggle.com/datasets/cardstdani/2d-site-percolation-threshold" target="_blank"
+                style="color: #1e90ff; text-decoration: none;">Fuente</a>)</p>
     </div>
     <div style="display:flex; justify-content: center; align-items: center;margin:5em;">
         <div id="histogramas" style="display:flex">
-- 
GitLab