All checks were successful
Build and publish the docker image / build (push) Successful in 19s
Signed-off-by: ngn <ngn@ngn.tf>
12 lines
328 B
Plaintext
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>
|
|
}
|