| 
</div><!--row-->
 <footer>
 <div class="col-md-12" style="text-align:center;">
 <hr>
 Copyright© - <?php echo date('Y'); ?> | Create by <a
 href="https://connectwithdev.com/">connectwithdev.com</a>
 </div>
 </footer>
 </div><!-- /container -->
 
 <!-- Modal -->
 <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
 <div class="modal-dialog" role="document">
 <div class="modal-content">
 <div class="modal-header">
 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span>
 </button>
 <h4 class="modal-title" id="myModalLabel">Attendance Login System</h4>
 </div>
 <div class="modal-body">
 <h2>Version</h2>
 <p>V3.0</p>
 <h2>About</h2>
 <p>Attendance login system is based on the <a
 href="https://github.com/bcit-ci/CodeIgniter">codeigniter</a>.
 <p>If you have question, please email me : <a
 href="mailto:[email protected]">[email protected]</a><br>
 Visit: <a href="https://connectwithdev.com/page/contact"
 rel="nofollow">https://connectwithdev.com/</a></p>
 <h2>License</h2>
 <p>The MIT License (MIT).</p>
 <p>Copyright© <?php echo date('Y'); ?>, Abed Putra.</p>
 </div>
 <div class="modal-footer">
 <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 </div>
 </div>
 </div>
 </div>
 
 
 <!-- /Load Js -->
 <script src="https://cdn.jsdelivr.net/clipboard.js/1.5.12/clipboard.min.js"></script>
 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 <script src="<?php echo base_url() . 'public/js/main.js' ?>"></script>
 <script type="text/javascript"
 src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/js/bootstrap-datepicker.min.js"></script>
 </body>
 </html>
 
 |