mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
16 lines
413 B
HTML
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>
|