1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00
openmptcprouter-feeds/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/footer.htm
Ycarus (Yannick Chabanois) 3bcb00ba68 Add openwrt 2020 theme
2021-02-25 14:28:23 +01:00

17 lines
333 B
HTML

<%#
Copyright 2020 Jo-Philipp Wich <jo@mein.io>
Licensed to the public under the Apache License 2.0.
-%>
</div>
</div>
<p class="luci">
<% local ver = require "luci.version" -%>
Powered by <%= ver.luciname %> (<%= ver.luciversion %>)
</p>
<script type="text/javascript">L.require('menu-openwrt2020')</script>
</body>
</html>