✨feature: First working version with dummy content
Some checks failed
build-site / build (push) Failing after 6m4s
Some checks failed
build-site / build (push) Failing after 6m4s
This commit is contained in:
15
templates/header.html
Normal file
15
templates/header.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<header class="site-header">
|
||||
<div class="brand">
|
||||
<a href="/">Dev Notes</a>
|
||||
</div>
|
||||
|
||||
<nav class="nav">
|
||||
{{navLinks}}
|
||||
</nav>
|
||||
|
||||
<div class="search">
|
||||
<label class="sr-only" for="search-input">Search notes</label>
|
||||
<input id="search-input" type="search" placeholder="Search notes..." autocomplete="off" />
|
||||
<div id="search-results" class="search-results" aria-live="polite"></div>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user