Initial import
This commit is contained in:
parent
0c865416ca
commit
04804b89a9
279 changed files with 12945 additions and 0 deletions
14
web/errors/GeneralError.aspx
Normal file
14
web/errors/GeneralError.aspx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<%@ 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue