ngn
7cea387f02
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s
Signed-off-by: ngn <ngn@ngn.tf>
13 lines
348 B
Plaintext
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>
|
|
}
|