diff --git a/lib/kc3/0.1/httpd.kc3 b/lib/kc3/0.1/httpd.kc3
index c94d691..76acad3 100644
--- a/lib/kc3/0.1/httpd.kc3
+++ b/lib/kc3/0.1/httpd.kc3
@@ -181,7 +181,7 @@ defmodule HTTPd do
<body>
<h1>404 Not Found</h1>
<p>
- The requested URL #{HTML.escape(inspect(request.url))} was not found on this server.
+ The requested URL #{HTML.escape(inspect(request.url))} for method #{HTML.escape(inspect(request.method))} was not found on this server.
</p>
</body>
</html>