Update 404.html
This commit is contained in:
@@ -56,9 +56,9 @@
|
||||
let attractionForce = 7000; // Çekim gücü negatif olunca baloncuklar birbirini iter
|
||||
|
||||
const nodes = [
|
||||
{ id: 1, radius: 60, text: "Found" },
|
||||
{ id: 2, radius: 60, text: "404" },
|
||||
{ id: 3, radius: 60, text: "Not" }
|
||||
{ id: 1, radius: 60, text: "Not" },
|
||||
{ id: 2, radius: 60, text: "Found" },
|
||||
{ id: 3, radius: 60, text: "404" }
|
||||
];
|
||||
|
||||
const svg = d3.select("svg")
|
||||
|
||||
Reference in New Issue
Block a user