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 /contact.html | |
parent | 01e16b853f9a5cbf60a23c48d3ce08e63672daf9 (diff) |
media loading optimizations, social redirection
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contact.html b/contact.html index 7d86e51..863353a 100644 --- a/contact.html +++ b/contact.html @@ -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 current' 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 current' 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'> <h1>email</h1><a href='mailto:info@pdp8.info'>info@pdp8.info</a> |