summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTadas Vilkeliskis <vilkeliskis.t@gmail.com>2026-02-08 16:56:47 -0500
committerTadas Vilkeliskis <vilkeliskis.t@gmail.com>2026-02-08 16:56:47 -0500
commit8d752518ef6942e6fe2f1b4fc97229266f1ca114 (patch)
treea2122350e5f8329e4b5b3d9d9a4aef58052d3e8a /index.html
parentdcefb987ab3943340c9d1ee063c901c24f3013c9 (diff)
add redaction checker
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 40ecddd..6de1562 100644
--- a/index.html
+++ b/index.html
@@ -109,6 +109,7 @@
</a>
<nav class="hidden md:flex gap-8">
<a href="#how-it-works" class="text-sm font-medium text-gray-600 hover:text-gray-900">How it Works</a>
+ <a href="redaction-checker.html" class="text-sm font-medium text-gray-600 hover:text-gray-900">Redaction Checker</a>
<a href="#faq" class="text-sm font-medium text-gray-600 hover:text-gray-900">FAQ</a>
</nav>
<a href="redact.html" class="text-sm font-medium text-white bg-gray-900 hover:bg-gray-800 px-4 py-2 rounded-lg transition">Launch Tool</a>
@@ -312,6 +313,7 @@
&copy; 2026 Just Redact.
</div>
<div class="flex gap-6">
+ <a href="redaction-checker.html" class="hover:text-gray-900 underline">Redaction Checker</a>
<a href="https://github.com/mozilla/pdf.js" class="hover:text-gray-900 underline">Powered by PDF.js</a>
</div>
</div>