commit b81aad3c1d8e39a25e064d63a4b3edf9c45a6241 Author: Abdulmujeeb Raji Date: Mon May 6 08:24:55 2024 +0100 Initial Commit Added: - Basic Web Ide, thanks ShaiUI - Simple calculator Signed-off-by: Abdulmujeeb Raji diff --git a/calc.html b/calc.html new file mode 100644 index 0000000..ef0432f --- /dev/null +++ b/calc.html @@ -0,0 +1,127 @@ + + + + + + + + + + +
+ +
+
C
+
=
+
1
+
2
+
3
+
÷
+
4
+
5
+
6
+
×
+
7
+
8
+
9
+
+
+
.
+
0
+
^
+
-
+
+ + + + + \ No newline at end of file diff --git a/ide.html b/ide.html new file mode 100644 index 0000000..8ed0fa9 --- /dev/null +++ b/ide.html @@ -0,0 +1,111 @@ + + + +IDE + + + + +
+ +
+
+ + +
+ + + + + + + \ No newline at end of file