yes
This commit is contained in:
13
header.php
Normal file
13
header.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<header id="header">
|
||||
<div id="logo">
|
||||
<a href="index.php">
|
||||
<img src="Logo.jpg" class="logo">
|
||||
</a>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="nav-list">
|
||||
<li><a id="google" class="nav-element" href="google.com">Google</a></li>
|
||||
<li><a id="unTest" class="nav-element" href="bing.com">Bing</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user