error404.htm 393 B

123456789101112
  1. <%#
  2. Copyright 2008 Steven Barth <steven@midlink.org>
  3. Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  4. Licensed to the public under the Apache License 2.0.
  5. -%>
  6. <%+header%>
  7. <h2 name="content">404 <%:Not Found%></h2>
  8. <p><%:Sorry, the object you requested was not found.%></p>
  9. <p><%=message%></p>
  10. <tt><%:Unable to dispatch%>: <%=url(unpack(luci.dispatcher.context.request))%></tt>
  11. <%+footer%>