From 107150c0f8f2512c67c69af0a007ecff5c9d1ae1 Mon Sep 17 00:00:00 2001 From: jaerri <62021987+jaerri@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:44:10 -0600 Subject: php test --- hello.php | 12 ++++++++++++ index.html | 9 +++++++-- main.go | 1 - 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 hello.php diff --git a/hello.php b/hello.php new file mode 100644 index 0000000..46319f9 --- /dev/null +++ b/hello.php @@ -0,0 +1,12 @@ + + + + +

My first PHP page

+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 6cb5fe5..aaba934 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,12 @@ - + jaerri! + + + - +
+ +
\ No newline at end of file diff --git a/main.go b/main.go index cf18b45..f0994af 100644 --- a/main.go +++ b/main.go @@ -8,5 +8,4 @@ func main() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { }) - http } -- cgit v1.2.3