11 lines
371 B
HTML
11 lines
371 B
HTML
<header id="header">
|
|
<a href="/">
|
|
<img src="/images/favicon.ico">
|
|
</a>
|
|
<a href="/index.html">Home</a>
|
|
<a href="/about.html">About</a>
|
|
<a href="/projects.html">Projects</a>
|
|
<a href="/links.html">Links</a>
|
|
<a href="/news.html">News</a>
|
|
<button id="header-close" onclick="toggleHeader()" title="Close the header.">V</button>
|
|
</header> |