From ceee00730fd92b2959d93db10395c4a513c610a2 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 26 Aug 2024 09:27:39 -0500 Subject: [PATCH] Add links to main page, add calculator --- public/pages/calculator.html | 88 ++++++++++++++++++++++++++++++++++++ public/pages/index.html | 4 ++ 2 files changed, 92 insertions(+) create mode 100644 public/pages/calculator.html 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