Files
DESKTOP-GBA0BK8\Admin 7c8c8b1c76 first commit
2023-04-08 12:19:53 -04:00

19 lines
1.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- Modal -->
<div class="modal fade" id="successSignupModal" tabindex="-1" role="dialog" aria-labelledby="successSignupModalLabel" aria-hidden="true">
<div class="modal-dialog nssm-dialog" role="document">
<div class="modal-content nssm-modal-content">
<div class="modal-header nssm-modal-header">
<a href="/"><img src="https://www.float.sg/assets/img/float-travel-app-logo.png" alt="" width="118px"></a>
<button type="button" class="close nssm-close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body nssm-body">
<small class="nssm-small">Thanks for signing up!</small>
<h5 class="nssm-title">Now you are ready to start your journey with Float. Download the app to get started, and start earning Float Points today.</h5>
<p class="nssm-text">We sent you an email to help get you started with simple next steps. If you didnt receive the email or have problems setting up your account, please <a href="#" class="nssm-custom-link">contact us.</a></p>
</div>
</div>
</div>
</div>