error500.htm 366 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">500 <%:Internal Server Error%></a></h2>
  8. <p><%:Sorry, the server encountered an unexpected error.%></p>
  9. <pre class="error500"><%=message%></pre>
  10. <%+footer%>