From c9fe6bb4dbc9736449a5376e262d5df1b1606b6a Mon Sep 17 00:00:00 2001 From: marmart0 <mario.martin.gonzalez@alumnos.uva.es> Date: Sun, 15 Dec 2024 18:51:15 +0000 Subject: [PATCH] Update file index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 092ec41..6b75703 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 type="text/javascript" src="script.js"></script> @@ -11,6 +11,7 @@ </style> </head> <body> + <script src="http://d3js.org/d3.v7.min.js"></script> <div id="fondo"> <div id="squareBotones"></div> -- GitLab