Add files via upload

This commit is contained in:
Joas A Santos
2026-01-19 19:23:10 -03:00
committed by GitHub
parent bdd6c91f50
commit e7f1e75803
34 changed files with 6064 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NeuroSploit v3 - AI-Powered Penetration Testing</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>