dumb/views/footer.templ
ngn 7cea387f02
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s
general cleanup
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 12:29:05 +03:00

13 lines
348 B
Plaintext

package views
import "github.com/rramiachraf/dumb/data"
templ footer() {
<footer>
<div id="footer-container">
<a rel="noopener noreferrer" target="_blank" href="https://github.com/rramiachraf/dumb">Source</a>
<a rel="noopener noreferrer" target="_blank" href="https://git.ngn.tf/ngn/dumb">Modified Source</a>
</div>
</footer>
}