mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-14 17:21:35 +01:00
13 lines
661 B
Twig
Executable File
13 lines
661 B
Twig
Executable File
<footer class="main-footer">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-sm-6">
|
|
<p>JKA Network © 2018. Versión {{version}}</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> |