summaryrefslogtreecommitdiff
path: root/contact.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-07-29 14:36:50 +0200
committerpdp8 <pdp8@pdp8.info>2024-07-29 14:36:50 +0200
commit2424950d8b1e4c182a2c68c87c28a7663c5a7509 (patch)
treeec963ca7c85621dc5fbdf1da0836e5f76a68bbff /contact.html
parent43862377a1555ea3e3d1ccb54765b28929da76c3 (diff)
rss sorting, rss limited to 25 items, fediring, alt text for private property
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/contact.html b/contact.html
index 22fca1a..7d4f19a 100644
--- a/contact.html
+++ b/contact.html
@@ -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 class='current' 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 class='current' 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'>
@@ -27,7 +37,7 @@
</div>
<div class='license'>
<a href='mailto:info@pdp8.info'>©pdp8</a> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
- <p>no tracking, no javascript, no server scripting. only boring html and css. source code: <a href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a></p>
+ <p>no tracking, cookies, javascript, or server-side scripting. source code: <a href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a></p>
</div>
</body>
</html>