Skip to content
Snippets Groups Projects
Commit 4e8e98b1 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Fixed the header in index.html

parent 15f0c241
No related branches found
No related tags found
No related merge requests found
......@@ -15,20 +15,25 @@
<header>
<font face="monospace">
<table width="100%" bgcolor="lightgray"><tr>
<td>
<img src="img/logo.svg" alt="Logo">
</td>
<th width="100%" align="right">
<nav>
<a href="index.html">Home</a>
<a href="team.html">Team</a>
<a href="login.html">Login</a>
&nbsp;&nbsp;
</nav>
</th>
<td>
</tr></table>
<hr>
<td>
<img src="img/logo.svg" alt="Logo">
</td>
<th width="100%" align="right">
<nav>
<a href="index.html">Home</a>
<a href="team.html">Team</a>
<a href="#">Login</a>
&nbsp;&nbsp;
</nav>
</th>
<td>
<input type="search" placeholder="Search...">
</td>
<td>
&nbsp;&nbsp;
</td>
</tr></table>
<hr>
</font>
</header>
<main>
......
......@@ -23,7 +23,7 @@
<nav>
<a href="index.html">Home</a>
<a href="team.html">Team</a>
<a href="login.html">Login</a>
<a href="#">Login</a>
&nbsp;&nbsp;
</nav>
</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment