From 62be62c83dfd8e56bb6b7c646ece8b5766ad6354 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 16 Mar 2025 00:05:27 +0300 Subject: [PATCH] Update 404.html --- 404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index 0095b99..cde717d 100644 --- a/404.html +++ b/404.html @@ -56,8 +56,8 @@ 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: 1, radius: 60, text: "Found" }, + { id: 2, radius: 60, text: "Not" }, { id: 3, radius: 60, text: "404" } ];