darkhttpd/e404.html
2022-02-16 19:49:19 +02:00

16 lines
413 B
HTML

<html>
<head>
<meta charset="utf8">
<title>404 Not Found</title>
<style>
body{background:tomato;color:navy;padding:10px;font-family:sans-serif;font-size:24px;text-align:center;}
</style>
</head>
<body>
<h1>Error 404</h1>
<h4>The resource you have requested is not found.</h4>
<p>DarkHttpd Server</p>
<hr>
</body>
</html>