diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-03-21 16:30:54 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-03-21 16:30:54 +0530 |
commit | 5963453528ec8bcf680a6c7eb9050f1d2f120a57 (patch) | |
tree | a602a4a7f608f5c1780725d15412e5c31757cb86 /templates/index_header.html | |
parent | 5e675ddd01af134bc2c9be2d74629bb03fb15c59 (diff) |
add donate link and update year (after 3 months lol)
Diffstat (limited to 'templates/index_header.html')
-rwxr-xr-x | templates/index_header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index_header.html b/templates/index_header.html index 17bce65..98d4f8d 100755 --- a/templates/index_header.html +++ b/templates/index_header.html @@ -4,6 +4,7 @@ <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="donate.html">Donate</a></li> </ul> <hr> <main> |