Spaces:
Running
Running
accé gihub
Browse files- components/navbar.js +1 -0
- full-fraud-detection.html +2 -1
- index.html +2 -0
components/navbar.js
CHANGED
|
@@ -90,6 +90,7 @@ class CustomNavbar extends HTMLElement {
|
|
| 90 |
<li><a href="full-fraud-detection.html" data-page="full-fraud-detection">Full Detection</a></li>
|
| 91 |
<li><a href="pages/reports.html" data-page="reports">Reports</a></li>
|
| 92 |
<li><a href="pages/settings.html" data-page="settings">Settings</a></li>
|
|
|
|
| 93 |
</ul>
|
| 94 |
</nav>
|
| 95 |
`;
|
|
|
|
| 90 |
<li><a href="full-fraud-detection.html" data-page="full-fraud-detection">Full Detection</a></li>
|
| 91 |
<li><a href="pages/reports.html" data-page="reports">Reports</a></li>
|
| 92 |
<li><a href="pages/settings.html" data-page="settings">Settings</a></li>
|
| 93 |
+
<li><a href="https://github.com/janus-scanner-pro" target="_blank">GitHub</a></li>
|
| 94 |
</ul>
|
| 95 |
</nav>
|
| 96 |
`;
|
full-fraud-detection.html
CHANGED
|
@@ -24,8 +24,9 @@
|
|
| 24 |
<a href="full-fraud-detection.html" class="hover:text-accent text-accent text-bold">[FULL DETECTION]</a>
|
| 25 |
<a href="pages/reports.html" class="hover:text-accent text-gray-300">[RAPPORTS]</a>
|
| 26 |
<a href="pages/settings.html" class="hover:text-accent text-gray-300">[CONFIG]</a>
|
|
|
|
| 27 |
</nav>
|
| 28 |
-
|
| 29 |
|
| 30 |
<main class="container mx-auto px-4 py-8">
|
| 31 |
<!-- Unified Threat Dashboard -->
|
|
|
|
| 24 |
<a href="full-fraud-detection.html" class="hover:text-accent text-accent text-bold">[FULL DETECTION]</a>
|
| 25 |
<a href="pages/reports.html" class="hover:text-accent text-gray-300">[RAPPORTS]</a>
|
| 26 |
<a href="pages/settings.html" class="hover:text-accent text-gray-300">[CONFIG]</a>
|
| 27 |
+
<a href="https://github.com/janus-scanner-pro" target="_blank" class="hover:text-accent text-gray-300">[GITHUB]</a>
|
| 28 |
</nav>
|
| 29 |
+
</header>
|
| 30 |
|
| 31 |
<main class="container mx-auto px-4 py-8">
|
| 32 |
<!-- Unified Threat Dashboard -->
|
index.html
CHANGED
|
@@ -20,8 +20,10 @@
|
|
| 20 |
</div>
|
| 21 |
<nav class="flex space-x-6">
|
| 22 |
<a href="index.html" class="hover:text-accent text-gray-300">[DASHBOARD]</a>
|
|
|
|
| 23 |
<a href="pages/reports.html" class="hover:text-accent text-gray-300">[RAPPORTS]</a>
|
| 24 |
<a href="pages/settings.html" class="hover:text-accent text-gray-300">[CONFIG]</a>
|
|
|
|
| 25 |
</nav>
|
| 26 |
</header>
|
| 27 |
<main class="container mx-auto px-4 py-8">
|
|
|
|
| 20 |
</div>
|
| 21 |
<nav class="flex space-x-6">
|
| 22 |
<a href="index.html" class="hover:text-accent text-gray-300">[DASHBOARD]</a>
|
| 23 |
+
<a href="full-fraud-detection.html" class="hover:text-accent text-gray-300">[FULL DETECTION]</a>
|
| 24 |
<a href="pages/reports.html" class="hover:text-accent text-gray-300">[RAPPORTS]</a>
|
| 25 |
<a href="pages/settings.html" class="hover:text-accent text-gray-300">[CONFIG]</a>
|
| 26 |
+
<a href="https://github.com/janus-scanner-pro" target="_blank" class="hover:text-accent text-gray-300">[GITHUB]</a>
|
| 27 |
</nav>
|
| 28 |
</header>
|
| 29 |
<main class="container mx-auto px-4 py-8">
|