summaryrefslogtreecommitdiff
path: root/nav.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-08-21 18:14:59 +0200
committerpdp8 <pdp8@pdp8.info>2022-08-21 18:14:59 +0200
commit28792e4d504d59b5aeab70d66ea6be51c9c683b1 (patch)
treed42ce53d97b092b7671dda95e19465133c7c9f92 /nav.html
parentec4c08d91081de6d9c7404742c70a94cea250dce (diff)
snippets dir
Diffstat (limited to 'nav.html')
-rw-r--r--nav.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/nav.html b/nav.html
deleted file mode 100644
index 911a8c9..0000000
--- a/nav.html
+++ /dev/null
@@ -1,13 +0,0 @@
- <nav>
- <img src='/pdp8.png' id='logo' alt=''>
- <a class='item{{#audio}} current{{/audio}}' href="/audio.html">audio</a>
- <a class='item{{#images}} current{{/images}}' href="/images.html">images</a>
- <a class='item{{#video}} current{{/video}}' href="/video.html">video</a>
- <a class='item{{#code}} current{{/code}}' href="/code.html">code</a>
- <a class='item{{#news}} current{{/news}}' href="/index.html">news</a>
- <a class='item{{#about}} current{{/about}}' href="/about.html">about</a>
- <a class='item{{#newsletter}} current{{/newsletter}}' href="/newsletter.html">newsletter</a>
- <a id="menu" href="#" onclick=show_vertical_menu()>
- <i class="fa fa-bars" aria-hidden="true"></i>
- </a>
- </nav>