您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
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.