diff options
| author | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-04 10:44:10 -0600 |
|---|---|---|
| committer | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-04 10:44:10 -0600 |
| commit | 107150c0f8f2512c67c69af0a007ecff5c9d1ae1 (patch) | |
| tree | 4b26cee68dc66e00a40a3295dc3dc88e09c62a0d /hello.php | |
| parent | 9c9d5e43da56cd7a74a696e6d9b4ab328873e40d (diff) | |
php test
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 |
