add file on index

This commit is contained in:
Jieyab89
2025-03-29 19:24:57 +07:00
parent dd33eb9600
commit 3cbfb108e5

View File

@@ -51,7 +51,7 @@
<script>
let allNodes = [], allLinks = [];
fetch()
fetch('osint_data.json')
.then(response => response.json())
.then(data => {
allNodes = [];