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/basic.html | 184 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 apps/calculator/basic.html (limited to 'apps/calculator/basic.html') diff --git a/apps/calculator/basic.html b/apps/calculator/basic.html new file mode 100644 index 0000000..b8702dd --- /dev/null +++ b/apps/calculator/basic.html @@ -0,0 +1,184 @@ + + + + +Calculator + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + +
+ + + + + + +
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3