28 lines
903 B
HTML
28 lines
903 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<title>501 Not Implemented</title>
|
||
|
<link rel="stylesheet" href="/assets/style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="page">
|
||
|
<div class="main">
|
||
|
<h1>Server Error</h1>
|
||
|
<div class="error-code">501</div>
|
||
|
<h2>Not Implemented</h2>
|
||
|
<p class="lead">The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server.</p>
|
||
|
<hr/>
|
||
|
<p>That's what you can do</p>
|
||
|
<div class="help-actions">
|
||
|
<a href="javascript:location.reload();">Reload Page</a>
|
||
|
<a href="javascript:history.back();">Back to Previous Page</a>
|
||
|
<a href="/">Home Page</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|