diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -12,9 +12,19 @@ </head> <body> <nav> - <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8 logo'></a> <div class='menu'> - <a href='/music.html'>music</a><a href='/pictures.html'>pictures</a><a href='/videos.html'>videos</a><a href='/climbing.html'>climbing</a><a href='/code.html'>code</a><a href='/contact.html'>contact</a><a href='/social/create.html'>social</a><a href='/rss.xml'>rss</a> + <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8 logo'></a> + <div class='site'> + <a href='/music.html'>music</a><a href='/pictures.html'>pictures</a><a href='/videos.html'>videos</a><a href='/climbing.html'>climbing</a><a href='/code.html'>code</a><a href='/contact.html'>contact</a> <a href='/social/create.html'>social</a> <a href='/rss.xml'>rss</a> + </div> + </div> + <div class='webring'> + <div> + <a href='https://fediring.net/' class='ring'>fediring:</a> <a href='https://fediring.net/previous?host=pdp8.info'>←</a> <a href='https://fediring.net/random'>random</a> <a href='https://fediring.net/next?host=pdp8.info'>→</a> + </div> + <div> + <a href='https://faircamp.webr.ing/' class='ring'>faircamp:</a> <a href='https://faircamp.webr.ing/prev/pdp8.info/music.html'>←</a> <a href='https://faircamp.webr.ing/rand'>random</a> <a href='https://faircamp.webr.ing/next/pdp8.info/music.html'>→</a> + </div> </div> </nav> <div class='post'> |