31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
|
<div class="overlay-message" id="overlay_message" th:hidden="true" >
|
||
|
<div class="overlay_text">
|
||
|
<!--/* <div class="cssload-loader">Loading</div> */-->
|
||
|
<img th:src="${baseUrl}+@{/images/loading.gif}" height="53px" />
|
||
|
</div>
|
||
|
</div>
|
||
|
<footer class="footer" data-background-color="black">
|
||
|
<div class="d-md-block float-left">
|
||
|
<a target="_blank" rel="noopener">
|
||
|
<img th:src="${baseUrl}+@{/images/logo/logo_jim.png}" height="53px" />
|
||
|
</a>
|
||
|
</div>
|
||
|
<nav class="float-left">
|
||
|
<ul>
|
||
|
<li><a th:href="@{/aboutUs}">About Us</a></li>
|
||
|
<li><a th:href="@{/termOfUse}">Term of Use</a></li>
|
||
|
<li><a th:href="@{/privacyPolicy}">Privacy Policy</a></li>
|
||
|
<li><a th:href="@{/faq}">FAQ</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
<div class="d-md-block float-right">
|
||
|
<a target="_blank" rel="noopener">
|
||
|
<img th:src="${baseUrl}+@{/images/logo/ACH-logo.png}" height="53px"
|
||
|
title="ANYTIME CALL HEALTH SDN. BHD."/>
|
||
|
</a>
|
||
|
</div>
|
||
|
<div class="copyright float-right">
|
||
|
© <th:block th:text="${#dates.year(#dates.createNow())}" />, powered by
|
||
|
</div>
|
||
|
</footer>
|
||
|
<th:block th:replace="layouts/fragment/modal-fragments :: popup_modal"></th:block>
|