| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/t-mobile-partner/wp-content/themes/t-mobile/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* @package practice-theme
*/
?>
<footer class="bg-white">
<div class="mx-auto max-w-7xl px-6 py-6 md:flex md:items-center md:justify-between lg:px-8">
<div class="flex justify-center space-x-6 md:order-2">
<a class="text-gray-400 text-base hover:text-gray-500" href="#">Terms of Service</a>
<a class="text-gray-400 text-base hover:text-gray-500" href="#">Privacy Policy</a>
<a class="text-gray-400 text-base hover:text-gray-500" href="#">Contact Us</a>
</div>
<div class="mt-8 md:order-1 md:mt-0">
<p class="text-center text-xs leading-5 text-gray-500">
© 2024 T-Mobile. All rights reserved.
</p>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>