Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 строки
416B

  1. <%
  2. pageTitle = "Classic ASP App - Error"
  3. badgeClass = "bad"
  4. badgeText = "Something went wrong"
  5. %>
  6. <!--#include file="_Header.asp" -->
  7. <h1>We hit a problem handling your request</h1>
  8. <p>Please try again. If this keeps happening, contact the site administrator.</p>
  9. <% If Len(errorDescription) > 0 Then %>
  10. <p><code><%= Server.HTMLEncode(errorDescription) %></code></p>
  11. <% End If %>
  12. <!--#include file="_Footer.asp" -->

Powered by TurnKey Linux.