From 78f3c0e9893d36e0ce039c2b79ede8a92ebe468a Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 1 Oct 2017 00:24:20 -0400 Subject: Adding the code --- apps/calculator/index.html | 116 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 apps/calculator/index.html (limited to 'apps/calculator/index.html') diff --git a/apps/calculator/index.html b/apps/calculator/index.html new file mode 100644 index 0000000..05dea33 --- /dev/null +++ b/apps/calculator/index.html @@ -0,0 +1,116 @@ + + + + +Calculator + + + + + + + + + + +
+
+
Basic
+ +
+
+
Scientific
+ +
+
+
Tools
+ +
+
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file -- cgit v1.2.3