-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
33 lines (25 loc) · 845 Bytes
/
footer.php
File metadata and controls
33 lines (25 loc) · 845 Bytes
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
31
32
33
</main>
<footer id="footer" class="container-fluid">
<div class="row">
<div class="logo col-xs-12 col-md-3">
<div class="imgLiquid imgLiquidNoFill">
<img src="img/ethbinary-logo-white.png" alt="">
</div>
</div>
<div class="row col-xs-12 col-md-9">
<h6 class="copyright col-12 align-self-center">
<?php echo date('Y') . ' | Ethbinary All Rights Reserved'; ?>
</h6>
</div>
</div>
</div>
<!-- </footer> -->
<!--build:js js/main.min.js -->
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="bower_components/imgLiquid/js/imgLiquid-min.js"></script>
<script src="js/app.js"></script>
<!-- endbuild -->
</body>
</html>