diff options
Diffstat (limited to 'hello.php')
| -rw-r--r-- | hello.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hello.php b/hello.php new file mode 100644 index 0000000..46319f9 --- /dev/null +++ b/hello.php @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<body> + +<h1>My first PHP page</h1> + +<?php +echo 'Hello World!'; +?> + +</body> +</html>
\ No newline at end of file |
