mirror of
https://github.com/kenzok8/small-package
synced 2025-09-18 18:51:16 +08:00
25 lines
766 B
HTML
25 lines
766 B
HTML
<%#
|
|
Copyright (C) 2019-2024 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 class="mobile-hide">
|
|
|
|
<a class="luci-link" href="https://github.com/openwrt/luci" target="_blank">Powered by <%= ver.luciname %>
|
|
(<%= ver.luciversion %>)</a> /
|
|
<a href="https://github.com/sirpdboy/kucat" target="_blank">KuCatTheme <%# vPKG_VERSION %></a> /
|
|
<%= ver.distversion %>
|
|
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">L.require('menu-kucat')</script>
|
|
</body>
|
|
</html>
|
|
|