From e4db8ebdd6a36df0b3d76504d18d8f183fe46ba9 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 21 Jan 2024 19:34:49 +0530 Subject: feat: adds example for calculator --- examples/calculator/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/calculator/index.html (limited to 'examples/calculator/index.html') diff --git a/examples/calculator/index.html b/examples/calculator/index.html new file mode 100644 index 0000000..94b50e6 --- /dev/null +++ b/examples/calculator/index.html @@ -0,0 +1,10 @@ + + + + Calculator + + + + + + -- cgit v1.3.1