From f7f9b742f3e12c0ee6ce8c89b971c4236af6f7aa Mon Sep 17 00:00:00 2001
From: marmart0 <mario.martin.gonzalez@alumnos.uva.es>
Date: Sun, 15 Dec 2024 18:54:15 +0000
Subject: [PATCH] Update file index.html

---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 6b75703..9536311 100644
--- a/index.html
+++ b/index.html
@@ -2,8 +2,8 @@
 <html>
     <head>
         <meta charset="utf-8">
-        
-        <script type="text/javascript" src="script.js"></script>
+        <script src="http://d3js.org/d3.v7.min.js"></script>
+        <script src="script.js"></script>
 
         
         <link rel="stylesheet" href="estilo.css">
@@ -11,7 +11,7 @@
         </style>
     </head>
     <body>
-        <script src="http://d3js.org/d3.v7.min.js"></script>
+        
         <div id="fondo">
             
              <div id="squareBotones"></div>
-- 
GitLab