diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-09-01 21:03:30 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-09-01 21:03:30 +0530 |
commit | cf257a99db0e9a34e12fe14589b47a5c8e9fde82 (patch) | |
tree | 64d15d030713413e919c1b84fc01b811fb259807 /templates | |
parent | fe51aeff5fbd0ffb066fdbb85d9db54a07d088d5 (diff) |
layout change
Diffstat (limited to 'templates')
-rw-r--r-- | 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 c0f2c72..998ef87 100644 --- a/templates/index_header.html +++ b/templates/index_header.html @@ -1,5 +1,5 @@ <div class = logo><img src="images/logo.png" alt="Ghativega"></div> - +<br> <ul class = navbar> <li><a class="active", href="index.html">Home</a></li> <li><a href="about.html">About</a></li> |