1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 21:46:39 +02:00
Files
anope/modules/webcpanel/templates/default/footer.html
T
Robby 6fbb7cffe9 Update copyright to 2019.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \;
2019-01-01 17:43:35 +01:00

15 lines
307 B
HTML

<br>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="footer text-center">
Anope IRC Services - &copy; 2013-2019 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
</div>
</body>
</html>