shithub: hell

Download patch

ref: 280138663dae174763dadd9bf03d385667ef17b3
parent: 4cfc6bba1026b2343c8dcdf8e8608c30530775ab
author: penny <penny@limitedideas.org>
date: Fri Oct 17 12:41:50 EDT 2025

hopefully fucking done

--- a/index.html
+++ b/index.html
@@ -182,10 +182,14 @@
 href="https://www.floodgap.com/software/ttytter/">TTYtter for
 Perl</a></em> , brought to you by <a
 href="https://eldritch.cafe/@penny">penny</a></h6>
-<p><a href="web/screenshot.png"
-title="*hellclient is pure readline and runs even in primitive terminals*"><img
-src="web/screenshot.png"
-alt="Hellclient running in Windows cmd.exe" /></a></p>
+<figure style="margin-left: 0px;">
+<a href="web/screenshot.png"><img src="web/screenshot.png"
+alt="Hellclient running in Windows cmd.exe" /></a>
+<figcaption>
+<em>hellclient is pure readline and runs even in primitive
+terminals</em>
+</figcaption>
+</figure>
 <p>Hellclient intends to provide full coverage of the interactions
 available in the web client- features so far include</p>
 <ul>
--- a/readme.md
+++ b/readme.md
@@ -3,7 +3,10 @@
 
 ###### Hellclient is a readline mastodon client loosely inspired by the now defunct *[TTYtter for Perl](https://www.floodgap.com/software/ttytter/)* , brought to you by [penny](https://eldritch.cafe/@penny)
 
-[![Hellclient running in Windows cmd.exe](web/screenshot.png)](web/screenshot.png "*hellclient is pure readline and runs even in primitive terminals*")
+<figure style="margin-left: 0px;">
+[![Hellclient running in Windows cmd.exe](web/screenshot.png)](web/screenshot.png)
+<figcaption> *hellclient is pure readline and runs even in primitive terminals* </figcaption>
+</figure>
 
 Hellclient intends to provide full coverage of the interactions available in the web client- features so far include
 
--