diff options
-rw-r--r-- | code.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8'></a> <a class='item' href='/music.html'>music</a> <a class='item' href='/pictures.html'>pictures</a> <a class='item' href='/videos.html'>videos</a> <a class='item' href='/climbing.html'>climbing</a> <a class='item current' href='/code.html'>code</a> <a class='item' href='/contact.html'>contact</a> <a class='item' href='/social/create.html'>social</a> <a class='item' href='/rss.xml'>rss</a> <a id='menu' href='#' onclick='show_vertical_menu()'>≡</a> </nav> <div class='post'> - <iframe src='https://git.pdp8.info/' title="pdp8 git repositories"></iframe>" + <iframe src='https://git.pdp8.info/' title='pdp8 git repositories'></iframe> </div> <script> function show_vertical_menu() { |