diff options
Diffstat (limited to 'modules/webcpanel/templates/layout/footer.html')
-rw-r--r-- | modules/webcpanel/templates/layout/footer.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/webcpanel/templates/layout/footer.html b/modules/webcpanel/templates/layout/footer.html new file mode 100644 index 000000000..c6550f148 --- /dev/null +++ b/modules/webcpanel/templates/layout/footer.html @@ -0,0 +1,11 @@ + <br> + <div class="row"> + <div class="col-lg-12"> + <div class="footer text-center"> + <a href="https://www.anope.org/">Anope IRC Services © 2013-2024 Anope Team</a> + </div> + </div> + </div> + </div> + </body> +</html> |