Seperated header into own file.
This commit is contained in:
17
common/header.html
Normal file
17
common/header.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<header>
|
||||
<ul class="header-list">
|
||||
<li>
|
||||
<a class="tab-button" href="/">Hjem</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tab-button" href="/speedtest/">Nettverkstest</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tab-button" href="/filopplasting">Filopplasting</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tab-button" href="/diverse">Flere Saker</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</header>
|
||||
Reference in New Issue
Block a user