Update 404.html

This commit is contained in:
FURK4NGG
2025-03-16 00:04:06 +03:00
committed by GitHub
parent f0d98b8e43
commit a59a5f5fa9
+3 -3
View File
@@ -56,9 +56,9 @@
let attractionForce = 7000; // Çekim gücü negatif olunca baloncuklar birbirini iter let attractionForce = 7000; // Çekim gücü negatif olunca baloncuklar birbirini iter
const nodes = [ const nodes = [
{ id: 1, radius: 60, text: "Found" }, { id: 1, radius: 60, text: "Not" },
{ id: 2, radius: 60, text: "404" }, { id: 2, radius: 60, text: "Found" },
{ id: 3, radius: 60, text: "Not" } { id: 3, radius: 60, text: "404" }
]; ];
const svg = d3.select("svg") const svg = d3.select("svg")