From 04a4f45c0db626106b95b2d95fde180e458a0ba7 Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Sat, 6 May 2023 13:38:07 +0530 Subject: add software link --- data/about.html | 2 +- data/contact.html | 2 +- data/donate.html | 2 +- data/softwares.html | 35 ----------------------------------- templates/index_header.html | 2 +- 5 files changed, 4 insertions(+), 39 deletions(-) delete mode 100755 data/softwares.html diff --git a/data/about.html b/data/about.html index e4cd738..1f54f13 100755 --- a/data/about.html +++ b/data/about.html @@ -20,7 +20,7 @@
  • Home
  • About
  • Contact
  • -
  • Softwares
  • +
  • Softwares
  • Donate

  • diff --git a/data/contact.html b/data/contact.html index 55b2f0c..17b5d3b 100755 --- a/data/contact.html +++ b/data/contact.html @@ -20,7 +20,7 @@
  • Home
  • About
  • Contact
  • -
  • Softwares
  • +
  • Softwares
  • Donate

  • diff --git a/data/donate.html b/data/donate.html index 09b375f..24efffb 100644 --- a/data/donate.html +++ b/data/donate.html @@ -20,7 +20,7 @@
  • Home
  • About
  • Contact
  • -
  • Softwares
  • +
  • Softwares
  • Donate

  • diff --git a/data/softwares.html b/data/softwares.html deleted file mode 100755 index 6dec820..0000000 --- a/data/softwares.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - Ghativega - Softwares - - - - - - -
    -
    -

    Coming Soon

    -
    - - - - diff --git a/templates/index_header.html b/templates/index_header.html index 98d4f8d..645194b 100755 --- a/templates/index_header.html +++ b/templates/index_header.html @@ -3,7 +3,7 @@
  • Home
  • About
  • Contact
  • -
  • Softwares
  • +
  • Softwares
  • Donate

  • -- cgit v1.2.3