diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-10-03 17:13:40 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-10-03 17:13:40 +0530 |
commit | 18de77d3a8f3f44f637062602d2c49612e252282 (patch) | |
tree | 14cec0b48d1114685d84038dfd79f5858e368420 /templates/index_header.html | |
parent | e42a2bf67996724087b60ffa0236ce3f8996b801 (diff) |
layout change
Diffstat (limited to 'templates/index_header.html')
-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 998ef87..0afd51f 100755 --- a/templates/index_header.html +++ b/templates/index_header.html @@ -1,4 +1,4 @@ -<div class = logo><img src="images/logo.png" alt="Ghativega"></div> +<div class = logo><img src="assets/images/logo.png" alt="Ghativega"></div> <br> <ul class = navbar> <li><a class="active", href="index.html">Home</a></li> |