diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-25 23:02:24 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-25 23:02:24 +0530 |
commit | 379aef029f78ee7ec86ca96eb0d86af9ddfa89b5 (patch) | |
tree | b713261a7a07ff0ea8f379866949f156a6d74804 /templates/index_header.html | |
parent | 27d3f06259e83df2fed6fec7bbe77ac6b917eee7 (diff) |
initial commit
Diffstat (limited to 'templates/index_header.html')
-rw-r--r-- | templates/index_header.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/index_header.html b/templates/index_header.html new file mode 100644 index 0000000..c0f2c72 --- /dev/null +++ b/templates/index_header.html @@ -0,0 +1,10 @@ +<div class = logo><img src="images/logo.png" alt="Ghativega"></div> + +<ul class = navbar> +<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> +</ul> +<hr> +<main> |