watchyourlan/internal/web/templates/footer.html
2023-01-06 21:46:40 +07:00

9 lines
No EOL
150 B
HTML

{{ define "footer"}}
<div class="fixed-bottom">
<h6 style="font-size: 10px;">
VERSION=0.9.1
</h6>
</div>
</body>
</html>
{{ end }}