mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
25 lines
743 B
PHP
25 lines
743 B
PHP
<footer class="footer">
|
|
<div class="container-fluid">
|
|
<nav class="float-left">
|
|
<ul>
|
|
<li>
|
|
<a href="https://gitlab.com/TheGamecraft/c-cms/wikis/home">
|
|
Documentation
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://gitlab.com/TheGamecraft/c-cms/blob/master/LICENSE">
|
|
Licenses
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
<div class="copyright float-right">
|
|
©
|
|
<script>
|
|
document.write(new Date().getFullYear())
|
|
</script>, fait avec <i class="material-icons">favorite</i> par
|
|
<a href="https://gitlab.com/c-cms" target="_blank">L'équipe de C-CMS</a>
|
|
</div>
|
|
</div>
|
|
</footer> |