Codebase Update
This commit is contained in:
19
apps/templates/includes/footer.html
Normal file
19
apps/templates/includes/footer.html
Normal file
@ -0,0 +1,19 @@
|
||||
<footer class="footer">
|
||||
<div class="container-fluid">
|
||||
<ul class="nav">
|
||||
<li class="nav-item">
|
||||
<a target="_blank" href="https://appseed.us/product/black-dashboard/" class="nav-link">
|
||||
Download
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a target="_blank" href="https://appseed.us/support/" class="nav-link">
|
||||
Support
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="copyright">
|
||||
© <a target="_blank" href="https://bit.ly/3fKQZaL">Creative Tim</a> - coded by AppSeed.
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user