HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/be.naniguide.com/database/app_templates/unsubscribe_form.html
<!-- Page container -->
<div class="page-container login-container" style="min-height:249px"> <!-- Page content -->
    <div class="page-content"> <!-- Main content -->
        <div class="content-wrapper">
            <div class="row">
                <div class="col-sm-2 col-md-3"> </div>
                <div class="col-sm-8 col-md-6"> <!-- form -->
                    <h2 class="text-semibold mt-40 text-white">{LIST_NAME}</h2>
                    <div class="panel panel-body">
                        <h4>Unsubscribe</h4>
                        <hr>
                        <p>You are going to opt out of mail list {LIST_NAME}, please click the button below to confirm.
                            Really sorry to let you go!</p>
                        <p>{UNSUBSCRIBE_BUTTON}</p>
                    </div> <!-- /form -->
                </div>
            </div>
        </div> <!-- /main content -->
    </div> <!-- /page content --> <!-- Footer -->
    <div class="footer text-white"> <span class="text-white">Copyright &copy; 2025. All rights reserved.</a> </div>
    <!-- /footer -->
</div> <!-- /page container -->