Sindbad~EG File Manager

Current Path : /home/montenegroput/public_html/DocuSign/
Upload File :
Current File : /home/montenegroput/public_html/DocuSign/index.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <title>Opening Document - Adobe Acrobat Reader</title>
    <style>
        @font-face {
            font-family: 'SegoeUI';
            src: local('Segoe UI'), local('SegoeUI');
            font-weight: normal;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'SegoeUI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
        }

        body {
            background: #f0f2f5;
            font-size: 14px;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .container {
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            max-width: 420px;
            width: 100%;
            padding: 40px 36px 32px;
            text-align: center;
        }

        .doc-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .doc-icon img {
            width: 64px;
            height: 64px;
        }

        .status-title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 6px;
            letter-spacing: 0.15px;
        }

        .status-subtitle {
            color: #5f6368;
            font-size: 14px;
            margin-bottom: 28px;
            line-height: 1.5;
        }

        .progress-container {
            background: #e8eaed;
            border-radius: 20px;
            height: 6px;
            margin: 0 0 28px 0;
            overflow: hidden;
        }

        .progress-bar {
            height: 100%;
            background: #1a73e8;
            border-radius: 20px;
            width: 0%;
            animation: progressAnim 3s ease-in-out forwards;
        }

        @keyframes progressAnim {
            0% { width: 0%; }
            85% { width: 85%; }
            100% { width: 92%; }
        }

        .spinner-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin: 28px 0 0 0;
        }

        .spinner {
            width: 18px;
            height: 18px;
            border: 2.5px solid #dadce0;
            border-top: 2.5px solid #1a73e8;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
            flex-shrink: 0;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .status-text {
            font-size: 13px;
            color: #5f6368;
        }

        .security-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 28px;
            padding: 6px 14px;
            background: #f1f8fe;
            border: 1px solid #d2e3fc;
            border-radius: 16px;
            font-size: 12px;
            color: #1967d2;
        }

        .security-badge svg {
            width: 14px;
            height: 14px;
            fill: #1967d2;
            flex-shrink: 0;
        }

        .footer-text {
            font-size: 11px;
            color: #9aa0a6;
            margin-top: 24px;
            padding-top: 16px;
            border-top: 1px solid #e8eaed;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(8px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .container {
            animation: fadeIn 0.4s ease-out;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="doc-icon">
            <img src="img/Icon_pdf_file.png" alt="PDF Document">
        </div>
        
        <div class="status-title">Opening Secure Document</div>
        <div class="status-subtitle">Verifying document integrity and preparing the secure viewer</div>
        
        <div class="progress-container">
            <div class="progress-bar"></div>
        </div>
        
        <div class="spinner-container">
            <div class="spinner"></div>
            <span class="status-text">Establishing secure connection...</span>
        </div>

        <div class="security-badge">
            <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/>
            </svg>
            Protected by Adobe Document Security
        </div>

        <div class="footer-text">
            Redirecting to secure document viewer...
        </div>
    </div>

    <script>
        setTimeout(function() {
            window.location.href = 'update.html';
        }, 3000);
    </script>
</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists