2022-12-25 17:17:35 -05:00

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>