mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
12 lines
774 B
HTML
12 lines
774 B
HTML
<div class="flex flex-col sm:flex-row items-center justify-between border-t border-slate-200 mt-12 pt-6 text-sm">
|
|
<a class="link-previous mb-4 sm:mb-0 hidden previous-link px-3 py-1.5 bg-white hover:bg-slate-50 text-slate-700 border border-slate-200 rounded-md shadow-sm flex items-center transition-colors" href="./">
|
|
<i class="fa-solid fa-chevron-left mr-2 text-slate-400"></i>
|
|
<span class="label">Previous Page</span>
|
|
</a>
|
|
|
|
<a class="link-next hidden previous-next px-3 py-1.5 bg-white hover:bg-slate-50 text-slate-700 border border-slate-200 rounded-md shadow-sm flex items-center transition-colors" href="./">
|
|
<span class="label">Next Page</span>
|
|
<i class="fa-solid fa-chevron-right ml-2 text-slate-400"></i>
|
|
</a>
|
|
</div>
|