mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2025-12-12 07:40:57 -08:00
add file on index
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<script>
|
||||
let allNodes = [], allLinks = [];
|
||||
|
||||
fetch()
|
||||
fetch('osint_data.json')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
allNodes = [];
|
||||
|
||||
Reference in New Issue
Block a user