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/sign_up_welcome_email.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"><!-- subscribe form -->
                    <h2 class="text-semibold mt-40 text-white">{LIST_NAME}</h2>
                    <div class="panel panel-body">
                        <h4>Your subscription to our list has been confirmed.</h4>
                        <hr />
                        <p>For your records, here is a copy of the information you submitted to us...</p>
                        {SUBSCRIBER_SUMMARY}
                        <hr />
                        <p>If at any time you wish to stop receiving our emails, you can: <br /> <a
                                href="{UNSUBSCRIBE_URL}" class="btn btn-info bg-teal-800">Unsubscribe here</a></p>
                    </div><!-- /subscribe form -->
                </div>
            </div>
        </div><!-- /main content -->
    </div><!-- /page content --> <!-- Footer -->
    <div class="footer text-white">&copy; 2020. <span class="text-white">Copyright &copy; 2025. All rights reserved.</a>
    </div><!-- /footer -->
</div><!-- /page container -->