A few modification
This commit is contained in:
10
header.html
10
header.html
@@ -1,7 +1,11 @@
|
||||
<header id="header">
|
||||
<div id="logo"> Un Logo </div>
|
||||
<div id="logo">
|
||||
<a href="index.php">
|
||||
<img src="Logo.jpg" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
<nav id="nav">
|
||||
<a id="google" href="google.com">Google</a>
|
||||
<a id="unTest" href="bing.com">Bing</a>
|
||||
<a id="google" class="nav-element" href="google.com">Google</a>
|
||||
<a id="unTest" class="nav-element" href="bing.com">Bing</a>
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user