7 lines
430 B
Plaintext
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>© @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> |