From 1d8fdc964ebf7f9962fb172c0e3306fdae3ad996 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Singh Date: Sun, 2 Oct 2022 19:09:03 +0530 Subject: [PATCH] added maths equation --- maths/index.html | 27 +++++++++++++++++++++++++++ maths/readme.md | 6 ++++++ 2 files changed, 33 insertions(+) create mode 100644 maths/index.html create mode 100644 maths/readme.md diff --git a/maths/index.html b/maths/index.html new file mode 100644 index 0000000..99cd0be --- /dev/null +++ b/maths/index.html @@ -0,0 +1,27 @@ + + + + + + + + + <!-- This code will insert a fraction 'a/b' to your page: --> + + <math> + + <mfrac> + + <mi>a</mi> + + <mi>b</mi> + + </mfrac> + + </math> + + + + + + \ No newline at end of file diff --git a/maths/readme.md b/maths/readme.md new file mode 100644 index 0000000..d7b1a62 --- /dev/null +++ b/maths/readme.md @@ -0,0 +1,6 @@ + + + + + +