-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
15 lines (15 loc) · 770 Bytes
/
Copy pathheader.html
File metadata and controls
15 lines (15 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<header role="banner">
<h1><a class="page_head" href="index" title="Main Page"><img src="assets/keys_logo.png" style="height: 30px; width: auto;" title="Logo"> David's Home on the Web</a></h1>
<nav role="navigation" class="sidenav">
<h4>Site Pages</h4>
<p style="text-align: center">
<a href="index" title="Home">Home</a><br>
<!--<a href="https://www.datumplane.net/blog" title="Blog">Blog</a>-->
<a href="creative" title="Creative">Creative</a><br>
<a href="research" title="Research">Research</a><br>
<a href="code" title="Code">Code</a><br>
<a href="films" title="Films">Films</a><br>
<a href="books" title="Books">Books</a>
</p>
</nav>
</header>