dumb/views/footer.templ
ngn 04fca77aec
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
make the logo white and fix script.js
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 12:57:16 +03:00

12 lines
328 B
Plaintext

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