Files
phalapi-pro/public/install/_footer.php
2022-03-21 11:16:38 +08:00

14 lines
532 B
PHP

<?php defined('PHALAPI_INSTALL') || die('no access'); ?>
<footer class="footer margin-top">
<p class="text-white text-little">&copy;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>