diff options
author | pdp8 <pdp8@pdp8.info> | 2024-02-01 16:10:46 +0100 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-02-01 16:10:46 +0100 |
commit | 38ea16d54fa0578169af62d2deed738638e600fe (patch) | |
tree | 88fac5601d7d72d3e019a9624b1260cca1ab762f /code.html | |
parent | 01e16b853f9a5cbf60a23c48d3ce08e63672daf9 (diff) |
media loading optimizations, social redirection
Diffstat (limited to 'code.html')
-rw-r--r-- | code.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ </head> <body> <nav> - <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 current' href='/code.html'>code</a> <a class='item' href='/climbing.html'>climbing</a> <a class='item' href='/contact.html'>contact</a> <a class='item' href='/rss.xml'>rss</a> <a id='menu' href='#' onclick='show_vertical_menu()'>≡</a> + <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>" |