From d1c950a3d52f99d99125d66cc6b33bcd4e78cb41 Mon Sep 17 00:00:00 2001 From: pauld0051 <62159791+pauld0051@users.noreply.github.com> Date: Sun, 31 Dec 2023 16:11:08 +0100 Subject: [PATCH] Added roman numerals functionality --- header.html | 1 + index.html | 4 +++ roman_numerals.html | 56 ++++++++++++++++++++++++++++++++++ scripts/romanNumerals.js | 66 ++++++++++++++++++++++++++++++++++++++++ style/styles.css | 29 ++++++++++-------- 5 files changed, 143 insertions(+), 13 deletions(-) create mode 100644 roman_numerals.html create mode 100644 scripts/romanNumerals.js diff --git a/header.html b/header.html index fcb820d..b981e7e 100644 --- a/header.html +++ b/header.html @@ -40,6 +40,7 @@
  • Wide
  • 🆂 Negative Square
  • 𝔻 Double Struck
  • +
  • IV Roman Numerals Convertor