Files
WebServer/run/errors/404.html
2025-09-22 21:02:16 +02:00

9 lines
161 B
HTML

<html>
<head>
<title>404 - File not found</title>
</head>
<body>
<h1>Error 404</h1>
<h2>The requested File was not found on this server.</h2>
</body>
</html>