diff options
author | Phil Burton <phil@d3r.com> | 2016-05-12 15:54:34 +0100 |
---|---|---|
committer | Phil Burton <phil@d3r.com> | 2016-05-12 15:54:34 +0100 |
commit | faf2116638cce5c2767949e380aebca9a241978d (patch) | |
tree | 800958acd4514bab50af950f1cea0c9f5c61e40e /web/index.php | |
parent | e39eada4d3f8a8626e2fb94ebcbcad507d33fa6e (diff) |
Added folders and some filler content
Diffstat (limited to 'web/index.php')
-rw-r--r-- | web/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php new file mode 100644 index 0000000..88dbdf4 --- /dev/null +++ b/web/index.php @@ -0,0 +1,2 @@ +<?php + echo "It Works"; |