-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpagenotfound.aspx
36 lines (34 loc) · 1.57 KB
/
pagenotfound.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
<!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>Page not found - 404 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">
</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;">Oops! Sorry, We couldn't find this page for you.</h1>
<span class="drecipe">
We apologize, but the page you have been sent to does not exist on our server.
The page could have been moved to another location on our server or it had been renamed differently.</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>