dumb/views/footer.templ

8 lines
161 B
Plaintext
Raw Normal View History

package views
templ footer() {
<footer>
<a rel="noopener noreferrer" target="_blank" href="https://github.com/rramiachraf/dumb">Source Code</a>
</footer>
}