Common footer to outline page
This commit is contained in:
@@ -282,13 +282,21 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<footer class="mx-4 text-center text-slate-600 dark:text-slate-400">
|
||||
<p>
|
||||
Code Licensed Under GPL v3.0 |
|
||||
<a href="https://github.com/everywall/ladder">View Source</a>
|
||||
<footer class="mx-4 my-2 text-center text-slate-600 dark:text-slate-400">
|
||||
<small>
|
||||
<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>
|
||||
</p>
|
||||
<a
|
||||
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>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user