1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-20 20:21:34 +01:00
Files
CheckServer/assets/html/footer.twig
2017-10-30 22:59:39 +01:00

13 lines
670 B
Twig
Executable File

<footer class="main-footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<p>JKA Network &copy; 2017-actualidad. Versión 0.1 Alpha</p>
</div>
<div class="col-sm-6 text-right">
<p>Design by <a href="https://bootstrapious.com" class="external">Bootstrapious</a></p>
<!-- Please do not remove the backlink to us unless you support further theme's development at https://bootstrapious.com/donate. It is part of the license conditions. Thank you for understanding :)-->
</div>
</div>
</div>
</footer>