Files
openwrt_packages/luci-theme-kucat/luasrc/view/themes/kucat/footer.htm
2025-11-02 14:26:26 +08:00

25 lines
724 B
HTML

<%#
Copyright (C) 2019-2025 The Sirpdboy Team <herboy2008@gmail.com>
luci-theme-material:
Copyright 2015 Lutty Yang <lutty@wcan.in>
Licensed to the public under the Apache License 2.0
-%>
<% local ver = require "luci.version" %>
</div>
<footer>
<div class="mobile-hide">
<a class="luci-link" href="https://github.com/openwrt/luci" target="_blank">Powered by <%= ver.luciname %> /
<a href="https://github.com/sirpdboy/kucat" target="_blank">KuCatTheme <%# vPKG_VERSION %></a>
</div>
</footer>
<div class="footend">
</div>
</div>
</div>
<script src="<%=media%>/js/footend.js"></script>
<script type="text/javascript">L.require('menu-kucat')</script>
</body>
</html>