From 4bf29aca762baf9c241d7ed85aeed754c168399a Mon Sep 17 00:00:00 2001 From: cyrrill Date: Fri, 5 Dec 2014 15:37:36 +0100 Subject: [PATCH] Adds default view --- views/hello.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 views/hello.php diff --git a/views/hello.php b/views/hello.php new file mode 100644 index 0000000..ba7c290 --- /dev/null +++ b/views/hello.php @@ -0,0 +1 @@ +

Hello World!

\ No newline at end of file