PHP Classes

File: app/views/layout/footer.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   PHP PhoneBook   app/views/layout/footer.php   Download  
File: app/views/layout/footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP PhoneBook
Phone book manager application based on MVC
Author: By
Last change:
Date: 3 years ago
Size: 481 bytes
 

Contents

Class file image Download

</div>

<footer class="footer">
    <div class="container">
        <p class="text-muted">PhoneBook's <a href="https://github.com/aliyilmaz/PhoneBook" target="_blank">GitHub page </a></p>
    </div>
</footer>


<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="style/js/jquery.min.js"></script>
<script src="style/js/bootstrap.min.js"></script>


</body>
</html>