7 lines
319 B
PHP
7 lines
319 B
PHP
<footer class="container-fluid footer">
|
|
Copyright <?= date('Y', time()) ?> © <?= COMPANY ?>. Developed by <a href="http://ips.com.my" target="_blank">IPS Software Sdn. Bhd.</a>
|
|
<a href="#" class="pull-right scrollToTop"><i class="fa fa-chevron-up"></i></a>
|
|
</footer>
|
|
</section>
|
|
</body>
|
|
</html>
|