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" }
];