15 lines
No EOL
249 B
HTML
15 lines
No EOL
249 B
HTML
<html>
|
|
<head>
|
|
<title>Not Found</title>
|
|
<style>
|
|
body {
|
|
padding: 50px;
|
|
font: 14px Helvetica, Arial;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Sorry! Can't find that.</h1>
|
|
<p>The page you requested cannot be found.</p>
|
|
</body>
|
|
</html> |