From c3dd3d456b9afd6dee13324c890c8b0ef46d1ec2 Mon Sep 17 00:00:00 2001 From: bochard Date: Tue, 29 Apr 2025 20:21:15 +0800 Subject: [PATCH 1/1] first commit --- README.md | 4 ++++ backend.php | 36 ++++++++++++++++++++++++++++++++++++ index.php | 27 +++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 README.md create mode 100644 backend.php create mode 100644 index.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2e1de0 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +### basic calc + +simple calculator on the web, based from php. +practice project for php. \ No newline at end of file diff --git a/backend.php b/backend.php new file mode 100644 index 0000000..8566bb3 --- /dev/null +++ b/backend.php @@ -0,0 +1,36 @@ + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..ca43108 --- /dev/null +++ b/index.php @@ -0,0 +1,27 @@ + + + + + + basic calc + + +

basic calc

+
" method="GET"> + +
+ +
+ +
+ +
+ + + \ No newline at end of file -- 2.39.5