mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
18 lines
333 B
HTML
18 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>
|