From c84561f0e90fe9f81151212f7bf6bab366994df7 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 15 Mar 2025 23:58:03 +0300 Subject: [PATCH] Update 404.html --- 404.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/404.html b/404.html index 159b023..78f1843 100644 --- a/404.html +++ b/404.html @@ -56,9 +56,9 @@ let attractionForce = 7000; // Çekim gücü negatif olunca baloncuklar birbirini iter const nodes = [ - { id: 1, radius: 60, text: "Not" }, - { id: 2, radius: 60, text: "Found" }, - { id: 3, radius: 60, text: "404" } + { id: 1, radius: 60, text: "Found" }, + { id: 2, radius: 60, text: "404" }, + { id: 3, radius: 60, text: "Not" } ]; const svg = d3.select("svg")