datacenter-ip-checker/web/landing/footer.html

8 lines
290 B
HTML
Raw Normal View History

2024-05-17 18:33:16 +02:00
<footer class="bg-base-100 w-full py-4 mt-10">
<div class="container mx-auto text-center">
<a href="/privacy.html" class="text-base-content">Privacy Policy</a>
<span class="mx-2">|</span>
<a href="/terms.html" class="text-base-content">Terms of Service</a>
</div>
</footer>