13 lines
371 B
HTML
13 lines
371 B
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
<html><head>
|
|
<title>404 Not Found</title>
|
|
<style>
|
|
body {margin: 20px; font-family: helvetica, sans-serif; max-width: 800px;}
|
|
.error {color: #e00;}
|
|
pre {font-size: 16px;}
|
|
h1 {font-size: 28px;}
|
|
</style>
|
|
</head><body>
|
|
<h1>Not Found</h1>
|
|
<p>The requested URL was not found on this server.</p>
|
|
</body></html>
|