mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
24 lines
515 B
HTML
24 lines
515 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/_errors/main.css"/>
|
|
<title>Error 414 - %{HOSTNAME}</title>
|
|
<style>
|
|
html{
|
|
background-color: #e74c3c;
|
|
}
|
|
|
|
body{
|
|
color: #fefefe;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="error-middle">
|
|
<h1>Error 414 - URI Too Long</h1>
|
|
<p>The 414 (URI Too Long) status code indicates that the server is refusing to service the request because the request-target is longer than the server is willing to interpret.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|