This repository was archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude_footer.php
More file actions
40 lines (35 loc) · 1.41 KB
/
include_footer.php
File metadata and controls
40 lines (35 loc) · 1.41 KB
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
34
35
36
37
38
39
40
<footer class="page-footer light-blue darken-4">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">About cSploit</h5>
<p class="grey-text text-lighten-4">The most complete and advanced IT security professional toolkit on Android. <a href="story">More...</a></p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Project links</h5>
<ul>
<li><a class="white-text" href="https://github.com/cSploit/android">Github Project Page</a></li>
<!--<li><a class="white-text" href="#!">Link 2</a></li>-->
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">About</h5>
<ul>
<li class="white-text">Website made by <u><a class="white-text" href="http://www.dominiktv.net">DominikTV</a></u></li>
<li class="white-text">CSS-Framework by <u><a class="white-text" href="http://materializecss.com">Materialize</a></u></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<?php echo "<p>Copyright © " . date("Y") . " cSploit</p>"; ?>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>