koa-lite/examples/upload/public/404.html

15 lines
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>