Valetudo/backend/lib/webserver/res/404/oracle.html

22 lines
970 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Error 404 - Not Found</title>
</head>
<body style="background-color: white;">
<div style="font-family: Helvetica,sans-serif; padding: 0.5rem; line-height: 1.3rem">
<div style="font-family: Helvetica,sans-serif; color: black;font-size: medium; margin-top: 3rem;">
<h2>Error 404 - Not Found</h2> </div>
<div style="margin-left:0.5rem; margin-top: 3rem;">
<div style="font-family: Helvetica,sans-serif; font-size: medium;">
<h3>From RFC 2068 <em>Hypertext Transfer Protocol - HTTP/1.1</em>:</h3> </div>
<div style="font-family: Helvetica,sans-serif; font-size: medium;">
<h4>10.4.5 404 Not Found</h4> </div>
<div style="font-family: Courier New,serif">
<p> The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. </p>
</div>
</div>
</div>
</body>
</html>