Files
Clivelancaster/Views/Shared/_PartialLegal.cshtml
T
clive c72bd65bfa
Gitea CI/CD / build (push) Failing after 5m0s
Website Refresh
2026-08-11 21:27:27 +10:00

7 lines
430 B
Plaintext

<div class="max-w-7xl mx-auto px-6 mt-16 pt-8 border-t border-slate-800 flex flex-col md:flex-row justify-between items-center text-xs">
<p>&copy; @DateTime.Now.Year Clive Lancaster. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="/Home/Privacy" class="hover:text-white">Privacy Policy</a>
<a href="/Home/Terms" class="hover:text-white">Terms of Service</a>
</div>
</div>