mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
24 lines
619 B
HTML
24 lines
619 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/_errors/main.css"/>
|
|
<title>Error 411 - %{HOSTNAME}</title>
|
|
<style>
|
|
html{
|
|
background-color: #e74c3c;
|
|
}
|
|
|
|
body{
|
|
color: #fefefe;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="error-middle">
|
|
<h1>Error 411 - Length Required</h1>
|
|
<p>The 411 (Length Required) status code indicates that the server refuses to accept the request without a defined Content-Length. The client MAY repeat the request if it adds a valid Content-Length header field containing the length of the message body in the request message.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|