mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
32 lines
853 B
HTML
32 lines
853 B
HTML
<%#
|
|
Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI
|
|
|
|
luci-theme-material
|
|
Copyright 2015 Lutty Yang <lutty@wcan.in>
|
|
|
|
Have a bug? Please create an issue here on GitHub!
|
|
https://github.com/LuttyYang/luci-theme-material/issues
|
|
|
|
luci-theme-bootstrap:
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
|
Copyright 2012 David Menting <david@nut-bolt.nl>
|
|
|
|
MUI:
|
|
https://github.com/muicss/mui
|
|
|
|
Licensed to the public under the Apache License 2.0
|
|
-%>
|
|
|
|
<% local ver = require "luci.version" %>
|
|
</div>
|
|
<footer class="mobile-hide">
|
|
<a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> / <%= ver.distversion %>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">L.require('menu-design')</script>
|
|
|
|
</body>
|
|
</html>
|