client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
15 lines • 571 B
HTML
<div class="loading-page">
<div class="modal-header loading-header">
<div class="row">
<h3 class="modal-title">
<span>{{header}}</span>
<span id="seconds" ng-bind="countdown"></span>
</h3>
</div>
</div>
<div class="modal-body loading-body">
<p>
Stay put - our system is crunching your numbers right now. And remember, our Personal Loan Experts are here to answer any questions you may run into about your loan via chat, email, or phone.
</p>
</div>
</div>