9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
package core
|
|
|
|
templ Footer() {
|
|
<footer class="fixed p-1 bottom-0 bg-gray-100 w-full border-t">
|
|
<div class="rounded-lg p-4 text-xs italic text-gray-700 text-center">
|
|
© Nathan Coad (nathan.coad@dell.com)
|
|
</div>
|
|
</footer>
|
|
} |