diff options
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"; |