-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherror.aspx
37 lines (36 loc) · 2.11 KB
/
error.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Error Page</title>
<link href="CSS/cssreciaspx.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--Begin Header-->
<a name="Top"></a>
<div class="headerwrap">
<table border="0" cellpadding="0" cellspacing="0" width="97%">
<tr>
<td width="50%" rowspan="2" valign="top"><a title="Myasp-net.com" href="default.aspx"><img src="images/recipelogo.gif" width="357" height="70" border="0" alt="Myasp-net.com" /></a></td>
<td width="50%" align="right" valign="top">
<span class="content2">
<a class="dt" title="About" href="javascript:void(0)" onClick="window.open('about.aspx','','width=530,height=345,status=no');">About us</a> • <a class="dt" title="Website feedback" href="http://www.myasp-net.com/index.aspx?tabindex=6">Contact us</a> • <a class="dt" title="Site Map" href="http://www.ex-designz.net/resources.asp">Site Map</a> • <a class="dt" title="Web services" href="http://www.myasp-net.com">Web Development</a>
</span>
</td>
</tr>
<tr>
<td width="50%" align="right"><span class="chdate"><%=DateTime.Now.ToString("f")%></span></td>
</tr>
</table>
</div>
<!--End Header-->
<br />
<div style="text-align: left; margin-top: 35px; width: 450px; margin-left: auto; margin-right:auto;">
<h1 style="font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #CC3300; font-size:x-large; margin-bottom: 1px; padding-bottom: 1px;">Unexpected Error</h1>
<span class="drecipe">
We were unable to complete your request. We apologize for any inconvenience caused by this temporary service outage, and we appreciate your patience as we work to improve our web site. This error has been logged. An email has been sent to the website administrator.</span>
<br /><br />
<a class="dt" href="javascript:history.go(-1)">Back to Previous Page</a> <span class="content2">|</span> <a class="dt" href="default.aspx">Back to homepage</a>
</div>
</body>
</html>