Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/gsw/agreements/privacy-policy.html

<div class="privacy-policy">
    <h4>cPanel Privacy Policy</h4>

    <object
        data="/privacy_policy_22-05-2024.pdf"
        width="100%"
        height="450px"
        type="application/pdf"
    >
        <div
            class="alert alert-info embed-fallback-container d-flex flex-column justify-content-center align-items-center"
            role="alert"
        >
            <p class="fallback-text mb-4">
                This browser does not support embedded documents. Please
                download to review the agreement.
            </p>
            <a
                class="btn btn-primary download-btn"
                role="button"
                href="/privacy_policy_22-05-2024.pdf"
                download
            >
                <i class="fas fa-cloud-download-alt" aria-hidden="true"></i>
                Privacy Policy
            </a>
        </div>
    </object>

    <p class="text-right">22-05-2024</p>

    <div class="text-center">
        <hr size="0" width="100%" noshade="" />
    </div>
</div>
Back to Directory File Manager