deleted useless body
diff --git a/lib/kc3/0.1/httpd.kc3 b/lib/kc3/0.1/httpd.kc3
index 2c0691b..533010e 100644
--- a/lib/kc3/0.1/httpd.kc3
+++ b/lib/kc3/0.1/httpd.kc3
@@ -104,15 +104,6 @@ defmodule HTTPd do
path = root_dir + request.url
if File.exists?(path) do
body = File.read(path)
- body = "<html>
- <head>
- <title>#{request.url}</title>
- </head>
- <body>
- #{body}
- </body>
-</html>
-"
%HTTP.Response{body: body}
else
error_404_page(request)