diff --git a/public/pages/calculator.html b/public/pages/calculator.html new file mode 100644 index 0000000..804f1c4 --- /dev/null +++ b/public/pages/calculator.html @@ -0,0 +1,88 @@ + + + + + + FP650 - Calculator + + + + + + + + +

Calculator

+
+ Bookmarklet: javascript:x=prompt('Equation?');x=eval(x);alert(`The solution is: ${x}`)
+
+ + + + + + + + diff --git a/public/pages/index.html b/public/pages/index.html index e6549c5..1ecff47 100644 --- a/public/pages/index.html +++ b/public/pages/index.html @@ -34,6 +34,10 @@ Go to the Services page
Go to the Error debugging page +
+ Go to the Quotes page +
+ Go to the Calculator page