Dash page fixed

This commit is contained in:
2019-03-02 15:54:31 +00:00
parent 3f32780172
commit 027e8e940d
9 changed files with 1102 additions and 1763 deletions
@@ -0,0 +1,30 @@
<footer class="footer">
<div class="row">
<div class="col-12 col-sm-6 text-center text-sm-left">
<p>&copy; Copyright 2019. All rights reserved.</p>
</div>
<div class="col col-sm-6 ml-sm-auto text-center text-sm-right">
<p>Hand-crafted made with <i class="fa fa-heart text-danger mx-1"></i> by Potenza</p>
</div>
</div>
</footer>
<!-- end footer -->
</div>
<!-- end app-wrap -->
</div>
<!-- end app -->
<!-- plugins -->
<script src="assets/js/vendors.js"></script>
<!-- custom app -->
<script src="assets/js/app.js"></script>
</body>
</html>