Files
nginx/docs/html/50x.html
T

22 lines
494 B
HTML
Raw Normal View History

2012-09-11 12:37:04 +00:00
<!DOCTYPE html>
2006-06-28 16:00:26 +00:00
<html>
<head>
2012-09-11 12:37:04 +00:00
<title>Error</title>
2006-06-28 16:00:26 +00:00
<style>
2012-09-11 12:37:04 +00:00
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
2006-06-28 16:00:26 +00:00
</style>
</head>
2012-09-11 12:37:04 +00:00
<body>
<h1>An error occurred.</h1>
<p>Sorry, the page you are looking for is currently unavailable.<br/>
Please try again later.</p>
<p>If you are the system administrator of this resource then you should check
the error log for details.</p>
2012-09-11 12:37:04 +00:00
<p><em>Faithfully yours, nginx.</em></p>
2006-06-28 16:00:26 +00:00
</body>
</html>