-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_footer.php
More file actions
26 lines (25 loc) · 1.93 KB
/
Copy path_footer.php
File metadata and controls
26 lines (25 loc) · 1.93 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
<?php
if(!defined("MOHABDULS")){
exit("No direct access script allowed!");
}
?>
<footer>
<div class="container-fluid pt-5 pb-5 shadow shadow-sm bg-light mt-2">
<div class="container">
<h1 class="lead text-dark">Tentang</h1>
<span class="text-dark">API dari <strong><a href="https://kawalcorona.com/" rel="follow" target="_blank" class="primary-text">KawalCorona.com</a></strong></span>
<div class="clearfix">
<div class="float-right mt-5">
<!--<small><span class="text-dark">Developed by <strong><a href="https://www.linkedin.com/in/mohabduls" rel="dofollow" target="_blank" class="primary-text">Mohamad Abdul Sobur</a></strong></span></small>-->
<!--copyright-->
<small>Made with <svg class="mx-1" height="16" width="16" viewBox="0 0 47.5 47.5" style="enable-background:new 0 0 47.5 47.5"><g transform="matrix(1.25,0,0,-1.25,0,47.5)" id="g10"><g id="g12"><g clip-path="url(#clipPath16)" id="g14"><g transform="translate(36.8848,25.1665)" id="g20"><path id="path22" style="fill:#be1931;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m0 0c0 5.45-4.418 9.868-9.867 9.868-3.308.0-6.227-1.633-8.018-4.129-1.79 2.496-4.71 4.129-8.017 4.129-5.45.0-9.868-4.418-9.868-9.868.0-.772.098-1.52.266-2.241 1.371-8.512 10.835-17.494 17.619-19.96 6.783 2.466 16.249 11.448 17.617 19.96C-.098-1.52.0-.772.0.0" /></g></g></g></g></svg>
by <a href="https://www.linkedin.com/in/mohabduls" class="primary-text" id="codedBy">Mohamad Abdul Sobur</a></small>
<!--end copyright-->
</div>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>