feat: Reimplement PDF splitting functionality on a new dedicated page.

This commit is contained in:
abdullahalam123
2025-12-04 14:02:20 +05:30
parent fb3063324c
commit 6676fe9f89
9 changed files with 2634 additions and 2171 deletions

View File

@@ -159,7 +159,7 @@
<div class="bg-gray-800 rounded-lg shadow-xl p-6 max-w-sm w-full border border-gray-700">
<h3 id="alert-title" class="text-xl font-bold text-white mb-2">Alert</h3>
<p id="alert-message" class="text-gray-300 mb-6"></p>
<button id="alert-ok-btn" onclick="document.getElementById('alert-modal').classList.add('hidden')"
<button id="alert-ok"
class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-semibold py-2 px-4 rounded-lg transition-colors duration-200">
OK
</button>