From b81aad3c1d8e39a25e064d63a4b3edf9c45a6241 Mon Sep 17 00:00:00 2001 From: Abdulmujeeb Raji Date: Mon, 6 May 2024 08:24:55 +0100 Subject: [PATCH] Initial Commit Added: - Basic Web Ide, thanks ShaiUI - Simple calculator Signed-off-by: Abdulmujeeb Raji --- calc.html | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ide.html | 111 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 238 insertions(+) create mode 100644 calc.html create mode 100644 ide.html 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