10 lines
No EOL
184 B
HTML
10 lines
No EOL
184 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Page Not Found</title>
|
|
</head>
|
|
<body>
|
|
<h1>404 - Page Not Found</h1>
|
|
<p>The page you are looking for does not exist.</p>
|
|
</body>
|
|
</html> |