diff options
Diffstat (limited to 'web/templates/html/footer.html')
-rw-r--r-- | web/templates/html/footer.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/templates/html/footer.html b/web/templates/html/footer.html new file mode 100644 index 0000000..d2d3889 --- /dev/null +++ b/web/templates/html/footer.html @@ -0,0 +1,13 @@ +{{ define "footer" }} + + </div> <!-- id=main --> + </div> + <footer> + <div class="container"> + <p class="text-muted text-center">Brought to you with <span style="color:#ef5e21">♥</span> by ThousandEyes</p> + </div> + </footer> + </body> +</html> + +{{ end }} |