diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-11-20 01:40:06 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-11-20 01:40:06 +0530 |
commit | 8b6fc44b0b4afc0a0f2b4c5dac1f6aeb6144179e (patch) | |
tree | ca96c6f151b306434c60fef24b0320c247d0fbe2 /templates | |
parent | 5c8fb008af37f15e6b0d02f0e5ec031ca2407847 (diff) |
change thingies
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 7b46b42..603b484 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="https://github.com/arnavbhatt288">Softwares</a></li> +<li><a href="projects.html">Projects</a></li> </ul> <hr> <main> |