19 lines
299 B
PHP
19 lines
299 B
PHP
|
|
||
|
|
||
|
<footer class="main-footer">
|
||
|
<div class="pull-right hidden-xs">
|
||
|
<b>Version</b> 2.0.0
|
||
|
</div>
|
||
|
<strong>Copyright © <?php Date('Y'); ?> <a href="https://ilink-app.com">iLink World Corporation</a>.</strong> All rights
|
||
|
reserved.
|
||
|
</footer>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|