watchyourlan/src/templates/footer.html
2022-08-26 16:04:16 +07:00

9 lines
No EOL
195 B
HTML

{{ define "footer"}}
<div class="navbar fixed-bottom">
<div class="container">
<a href="https://github.com/aceberg/WatchYourLAN">Github</a>
</div>
</div>
</body>
</html>
{{ end }}