yavsc/web/errors/GeneralError.aspx

15 lines
440 B
Plaintext

10 years ago
<%@ Page language="c#" AutoEventWireup="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Server error</title>
</head>
<body>
<form id="Form1" method="post" runat="server">
<h1>Sorry</h1>
<p>The server is experiencing a problem with the page you requested. We apologize for
the inconvenience. We will resolve this issue shortly.</p>
</form>
</body>
</html>