-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.html
More file actions
27 lines (27 loc) · 779 Bytes
/
footer.html
File metadata and controls
27 lines (27 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<link type="text/css" href="http://backgroundcheck365.com/dashboard/styles/footer.css" rel="stylesheet" />
<div class="footer-main-header">
<div class="footer-boxes">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div class="pdf-left-sec-ft">
<ul>
<li>Singapore</li>
<li>Canada</li>
<li>Malaysia</li>
<li>Pakistan</li>
<li>Romania</li>
<li>USA</li>
</ul>
</div>
<div class="pdf-right-sec-ft">
<div class="counter-box"></div>
<div class="ft-copy-right-text"> © BACKGROUND CHECK GROUP - <span class="blue-color">ALL RIGHTS RESERVED </span></div>
</div>
<div style="clear:both;"></div>
</div>