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 /about.html | |
parent | 01e16b853f9a5cbf60a23c48d3ce08e63672daf9 (diff) |
media loading optimizations, social redirection
Diffstat (limited to 'about.html')
-rw-r--r-- | about.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' 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' 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'> <img src="540px-PDP-8_.jpg" alt="pdp-8" title="By Kris Arnold - https://www.flickr.com/photos/wka/3735964493/, CC BY-SA 2.0, https://commons.wikimedia.org/w/index.php?curid=110392229"><br> |