14 lines
532 B
PHP
14 lines
532 B
PHP
<?php defined('PHALAPI_INSTALL') || die('no access'); ?>
|
|
|
|
<footer class="footer margin-top">
|
|
<p class="text-white text-little">©2018-<?= date('Y') ?> <a class="text-yellow text-little" href="http://pro.yesapi.cn/" target="_blank">PhalApi Pro</a> All Rights Reserved. 粤ICP备19016086号</p>
|
|
</footer>
|
|
|
|
</div> <!-- /container -->
|
|
|
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
<!-- <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> -->
|
|
</body>
|
|
</html>
|