Website Refresh
Gitea CI/CD / build (push) Failing after 5m0s

This commit is contained in:
clive
2026-08-11 21:27:27 +10:00
parent 9dab8984ca
commit c72bd65bfa
28 changed files with 1903 additions and 1205 deletions
+7
View File
@@ -0,0 +1,7 @@
<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>