From ed2fef138dd9d1c2f0e8e9ac93206a60b30c3841 Mon Sep 17 00:00:00 2001 From: VigneshReddyJulakanti <73946941+VigneshReddyJulakanti@users.noreply.github.com> Date: Fri, 14 May 2021 14:17:37 +0530 Subject: [PATCH] W --- WConnectHome/index.html | 17 +++++++++++++++++ matrix/index.html | 2 +- nikhil/{nikhilMain.HTML => index.HTML} | 0 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 WConnectHome/index.html rename nikhil/{nikhilMain.HTML => index.HTML} (100%) diff --git a/WConnectHome/index.html b/WConnectHome/index.html new file mode 100644 index 0000000..b79beca --- /dev/null +++ b/WConnectHome/index.html @@ -0,0 +1,17 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/matrix/index.html b/matrix/index.html index 0cbf14e..65c9297 100644 --- a/matrix/index.html +++ b/matrix/index.html @@ -21,7 +21,7 @@ This will find the Rank of a matrix through Ehelon form
Enter matrix values here
- ++
diff --git a/nikhil/nikhilMain.HTML b/nikhil/index.HTML similarity index 100% rename from nikhil/nikhilMain.HTML rename to nikhil/index.HTML