-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
30 lines (28 loc) · 949 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
</div>
<!-- /main content -->
</div>
<!-- /page content -->
</div>
<!-- /page container -->
<div class="navbar navbar-default">
<div class="navbar-header">
<ul class="nav navbar-nav visible-xs-block">
<li><a data-toggle="collapse" data-target="#navbar-mobile"><i class="icon-paragraph-justify3"></i></a></li>
</ul>
</div>
<div class="navbar-collapse collapse" id="navbar-mobile">
<p class="navbar-text">Copyright © 2018 <a href="https://www.facebook.com/Imams4yuti" target="_blank">Imam Sayuti</a> - All Rights Reserved</p>
<div class="navbar-right">
<p class="navbar-text">Sistem E-Voting Pemilihan Geuchik Berbasis Web <a href="https://www.facebook.com/blangmajron" target="_blank">Pemerintah Gampong Blang Majron</p>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
$('.table-datatable').dataTable({
"bSort": false
});
});
</script>
</body>
</html>