diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-05-06 13:38:07 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-05-06 13:38:07 +0530 |
commit | 04a4f45c0db626106b95b2d95fde180e458a0ba7 (patch) | |
tree | e99e528930115f713f20f8a865e649c978b10a92 /templates | |
parent | 30afcece98906530e68c679e3f84e87e01e67407 (diff) |
add software link
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/index_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <li><a class="active", href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> -<li><a href="softwares.html">Softwares</a></li> +<li><a href="https://git.ghativega.in/explore/repos">Softwares</a></li> <li><a href="donate.html">Donate</a></li> </ul> <hr> |