summaryrefslogtreecommitdiff
path: root/snippets/nav.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-08-22 00:52:15 +0200
committerpdp8 <pdp8@pdp8.info>2022-08-22 00:52:15 +0200
commite3c672f4648997dbe00624e09c63c990a8ea3596 (patch)
tree2b81023c89da84b09188d9bbbcc3d907faf8df6f /snippets/nav.html
parent28792e4d504d59b5aeab70d66ea6be51c9c683b1 (diff)
audio and video rendering, Fork-Awesome-1.2.0 included
Diffstat (limited to 'snippets/nav.html')
-rw-r--r--snippets/nav.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/snippets/nav.html b/snippets/nav.html
deleted file mode 100644
index 47bcdba..0000000
--- a/snippets/nav.html
+++ /dev/null
@@ -1,12 +0,0 @@
- <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>