error404.htm 380 B

1234567891011
  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><a id="content" name="content">404 <%:Not Found%></a></h2>
  8. <p><%:Sorry, the object you requested was not found.%></p>
  9. <tt><%:Unable to dispatch%>: <%=luci.http.request.env.PATH_INFO%></tt>
  10. <%+footer%>