9 lines
161 B
HTML
9 lines
161 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>404 - File not found</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Error 404</h1>
|
||
|
<h2>The requested File was not found on this server.</h2>
|
||
|
</body>
|
||
|
</html>
|