diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php new file mode 100644 index 00000000..ec2808a2 --- /dev/null +++ b/web/html/index.php @@ -0,0 +1,3 @@ +<? +print "Hello, world!<br/>\n"; +?> |