diff --git a/public/helloWorld.html b/public/helloWorld.html
new file mode 100644
index 0000000000000000000000000000000000000000..a47038fb4df6084ff76bc7f124a867135c1f0858
--- /dev/null
+++ b/public/helloWorld.html
@@ -0,0 +1,10 @@
+
+
+
+
+ Title
+
+
+hello World
+
+
\ No newline at end of file
diff --git a/src/Actions/ReadLogFileAction.php b/src/Actions/ReadLogFileAction.php
new file mode 100644
index 0000000000000000000000000000000000000000..ba63dd798f6508def3c58b48b1fbff4ed593adb2
--- /dev/null
+++ b/src/Actions/ReadLogFileAction.php
@@ -0,0 +1,26 @@
+files->get("File");
+ return new Response($action->act($file->getPathname()));
+ }
+
+ }
+