Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
appseed-projects3 committed Apr 24, 2024
1 parent bfa1325 commit fbde785
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions apps/templates/includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

<footer class="footer">
<div class="container-fluid">
<nav class="pull-left">
<ul class="nav">
<li class="nav-item">
<a class="nav-link"
target="_blank"
href="https://appseed.us/admin-dashboards/flask-dashboard-atlantis-dark">
Flask Atlantis Dark
</a>
</li>
</ul>
</nav>
<div class="copyright ml-auto">
&copy; <a target="_blank" href="https://www.themekita.com">ThemeKita</a>
- coded by <a target="_blank" href="https://appseed.us">AppSeed</a>
</div>
</div>
</footer>

0 comments on commit fbde785

Please sign in to comment.