mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 19:39:10 -04:00
Edit Material Design Dashboard
This commit is contained in:
25
resources/views/layouts/admin/footer.blade.php
Normal file
25
resources/views/layouts/admin/footer.blade.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user