15 lines
469 B
Plaintext
15 lines
469 B
Plaintext
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
<title>Error response</title>
|
|
</head>
|
|
<body>
|
|
<h1>Error response</h1>
|
|
<p>Error code: 404</p>
|
|
<p>Message: File not found.</p>
|
|
<p>Error code explanation: HTTPStatus.NOT_FOUND - Nothing matches the given URI.</p>
|
|
</body>
|
|
</html>
|