26 lines
634 B
PHP
Raw Normal View History

2020-07-16 06:46:20 +01:00
<div class="dashboard-footer">
<div class="row">
<div class="col">
<li class="d-inline-block">
2020-12-20 11:53:09 -05:00
<a class="mr-3" href="https://code.spacejewel-hosting.com/spacejewelhosting/staffmanager"><i class="fas fa-code-branch"></i> Gitea</a>
2020-12-20 15:37:30 +00:00
<a class="mr-3" href="https://code.spacejewel-hosting.com/spacejewelhosting/staffmanager/issues"><i class="fas fa-bug"></i> Issue Tracker</a>
2020-07-16 06:46:20 +01:00
</li>
</div>
<div class="col-4 d-inline-block">
<p>&copy; Miguel N. 2020 &mdash; <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License</a></p>
</div>
</div>
</div>