From a9112be8f924d72e6e4bc1f4745c8b58fa517ae0 Mon Sep 17 00:00:00 2001 From: ferngon <fernando.gonzalez.sanz@alumnos.uva.es> Date: Thu, 12 Dec 2024 14:55:01 +0000 Subject: [PATCH] Update file index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 4d3a985..b800ac2 100644 --- a/index.html +++ b/index.html @@ -86,5 +86,9 @@ // Cargar la pestaña inicial (xG 1) showTab(0); </script> + + <footer> + <p>Desarrollado por <a href="https://www.kaggle.com/datasets/slehkyi/extended-football-stats-for-european-leagues-xg" target="_blank">Fernando Gonzalez Sanz</a></p> + </footer> </body> </html> -- GitLab