tw-runner
Version:
Run and manage Tower Website projects with this utility.
6 lines (5 loc) • 317 B
HTML
<footer class="bg-ground-primary dark:bg-ground-primary-dark text-ground-primary-text dark:text-ground-primary-dark-text p-4 mt-8 rounded-full">
<div class="container mx-auto text-center">
<p>© <script>document.write(new Date().getFullYear());</script> Beanxai. All rights reserved.</p>
</div>
</footer>