You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
365 B
HTML
18 lines
365 B
HTML
<%#
|
|
PrivateRouter Luci Theme
|
|
-%>
|
|
|
|
<% local ver = require "luci.version" %>
|
|
</div>
|
|
<footer class="mobile">
|
|
<a href="https://privaterouter.com"><%= ver.luciname %> | <%= ver.luciversion %> | PrivateRouter.com</a>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">L.require('menu-alpha')</script>
|
|
<script src="<%=media%>/app.js"></script>
|
|
|
|
</body>
|
|
</html>
|