1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<footer class="grayBg"> <div class="ci pt-4"> <div class="container d-flex flex-lg-row flex-column"> <div class="copyright garyFont mobileTop garyFont smallFont mb-1">Copyright © 2023 Jobs Reader. All rights reserved.</div> <div class="ml-auto mobileLeft smallFont"> <a href="help_center.php" class="smallFont" title="Help Center">Help Center</a> | <a href="privacy.php" class="smallFont" title="Privacy Policy">Privacy Policy</a> | <a href="terms.php" class="smallFont" title="Terms and Conditions">Terms & Conditions</a> | <a href="sitemap.php" class="smallFont" title="Site Map">Site Map</a> </div> </div> </div> </footer> <script type="text/javascript" src="../assets/js/custom.js?<?= rand(1,10000)/7; ?>"></script>
|