diff --git a/Web-Based/README.md b/Web-Based/README.md index 5a9b012..71ea669 100644 --- a/Web-Based/README.md +++ b/Web-Based/README.md @@ -47,3 +47,7 @@ Double click the parent node the color is red after that there is child node was Here the result ![image](https://github.com/user-attachments/assets/08898d28-f5d3-4e22-b3a7-544800bb7c1a) + +# Data Correlation + +image \ No newline at end of file diff --git a/Web-Based/index.html b/Web-Based/index.html index 466ada0..d4bbe3b 100644 --- a/Web-Based/index.html +++ b/Web-Based/index.html @@ -11,14 +11,12 @@ - - @@ -88,8 +86,15 @@ stroke-dashoffset: -24; } } + + .link.correlation { + stroke: red; + stroke-width: 1.2; + stroke-dasharray: 6 6; + animation: flow 1.6s linear infinite; + opacity: 0.85; + } -

Jieyab89 OSINT Cheat Sheet

@@ -128,7 +133,6 @@ .then(data => { rawData = data; initCategories(); - requestAnimationFrame(idleMotion); }); function initCategories(filtered = null) { @@ -345,4 +349,4 @@ } - + \ No newline at end of file