You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
322B

  1. <%
  2. pageTitle = "Classic ASP App - Not Found"
  3. badgeClass = "bad"
  4. badgeText = "404 Not Found"
  5. %>
  6. <!--#include file="_Header.asp" -->
  7. <h1>We couldn't find that page</h1>
  8. <p>No route matches <code><%= Server.HTMLEncode(oController.App.Route) %></code>.</p>
  9. <p><a href="/">Back home</a></p>
  10. <!--#include file="_Footer.asp" -->

Powered by TurnKey Linux.