yavsc/web/errors/PageNotFound.aspx

15 lines
432 B
Plaintext

<%@ Page language="c#" AutoEventWireup="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>PageNotFound</title>
</head>
<body>
<form id="Form1" method="post" runat="server">
<h1>Sorry</h1>
<p>We cannot find the page you are looking for. We apologize for
the inconvenience. We will resolve this issue shortly.</p>
</form>
</body>
</html>