From: bochard Date: Tue, 29 Apr 2025 12:21:15 +0000 (+0800) Subject: first commit X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=c3dd3d456b9afd6dee13324c890c8b0ef46d1ec2;p=basic-calc.git first commit --- c3dd3d456b9afd6dee13324c890c8b0ef46d1ec2 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