Common footer to outline page

This commit is contained in:
joncrangle
2023-12-13 00:06:15 -05:00
parent 10d4b6818e
commit 5492921fef

View File

@@ -282,13 +282,21 @@
</a> </a>
</div> </div>
<footer class="mx-4 text-center text-slate-600 dark:text-slate-400"> <footer class="mx-4 my-2 text-center text-slate-600 dark:text-slate-400">
<p> <small>
Code Licensed Under GPL v3.0 | <a
<a href="https://github.com/everywall/ladder">View Source</a> href="https://github.com/everywall"
class="hover:text-blue-500 dark:hover:text-blue-500 hover:underline underline-offset-2 transition-colors duration-300"
>Everywall</a
>
| |
<a href="https://github.com/everywall">Everywall</a> <a
</p> href="https://github.com/everywall/ladder"
class="hover:text-blue-500 dark:hover:text-blue-500 hover:underline underline-offset-2 transition-colors duration-300"
>Source</a
>
| Code Licensed Under GPL v3.0
</small>
</footer> </footer>
</div> </div>