mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-10 05:19:38 +00:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
package web_server
|
|
|
|
templ footer() {
|
|
<footer>
|
|
<p>
|
|
Developed with ❤️ by GRFreire at <a href="https://github.com/GRFreire/nthmail" target="_blank">GRFreire/nthmail</a>
|
|
</p>
|
|
</footer>
|
|
}
|