mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
19 lines
588 B
HTML
19 lines
588 B
HTML
<%#
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
|
Copyright 2012 David Menting <david@nut-bolt.nl>
|
|
Licensed to the public under the Apache License 2.0.
|
|
-%>
|
|
|
|
<% local ver = require "luci.version" %>
|
|
|
|
<footer>
|
|
<div style="height:40px;font-size:95%;color:#999;font-family: Arial,sans-serif;">© TELEOFIS 2004-2025 </div>
|
|
<ul class="breadcrumb pull-right" id="modemenu" style="display:none"></ul>
|
|
</footer>
|
|
</div>
|
|
<script type="text/javascript">L.require('menu-teleofis')</script>
|
|
</body>
|
|
</html>
|
|
|