1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<footer class="darkBg"> <div class="container"> <div class="row fontWhite footer"> <div class="col-md-3"> <a href="index.php" title="主頁"> <img src="../img/logo_tiger_hk.png" class="img-fluid" alt="Tiger Logo" title="Tiger Logo" /> </a> </div> <div class="col-md-9 mobileTop"> <div class="ciWrap">
<a href="" class="globalsiteBtn" title="GLOBAL SITE">主頁</a> <p class="copyright mobileTop smallFont">Copyright © 2019 Tiger Corporation (Hong Kong) Limited. All Rights Reserved.</p> </div> </div> </div> </div> </footer>
<!-- scroll to top --> <a href="javascript:void(0);" class="scrollToTop" title="To Top"><i class="fas fa-chevron-up"></i></a>
|