diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-21 18:14:59 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-21 18:14:59 +0200 |
commit | 28792e4d504d59b5aeab70d66ea6be51c9c683b1 (patch) | |
tree | d42ce53d97b092b7671dda95e19465133c7c9f92 /snippets/nav.html | |
parent | ec4c08d91081de6d9c7404742c70a94cea250dce (diff) |
snippets dir
Diffstat (limited to 'snippets/nav.html')
-rw-r--r-- | snippets/nav.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/snippets/nav.html b/snippets/nav.html new file mode 100644 index 0000000..47bcdba --- /dev/null +++ b/snippets/nav.html @@ -0,0 +1,12 @@ + <nav> + <a <img src='/pdp8.png' id='logo' alt='pdp8'> href="/about.html"</a> + <a class='item' href="/audio.html">audio</a> + <a class='item' href="/images.html">images</a> + <a class='item' href="/video.html">video</a> + <a class='item' href="/code.html">code</a> + <a class='item' + <a class='item' href="/newsletter.html">newsletter</a> + <a id="menu" href="#" onclick=show_vertical_menu()> + <i class="fa fa-bars" aria-hidden="true"></i> + </a> + </nav> |