shithub: hell

Download patch

ref: 5b606ec3667ed50e195fb3862fe906c6ac5fc6f6
parent: b36e3980c54f975df6ab480e84ce49c063cab085
author: penny <penny@limitedideas.org>
date: Wed Oct 15 13:57:43 EDT 2025

make image clickable

--- a/index.html
+++ b/index.html
@@ -188,12 +188,8 @@
 <p>Hellclient intends to provide full coverage of the interactions
 available in the web client- features so far include. It is also pure
 readline, allowing it to run on primitive terminals such as cmd.exe</p>
-<figure>
-<img src="web/screenshot.png"
-alt="Hellclient running in Windows cmd.exe" />
-<figcaption aria-hidden="true">Hellclient running in Windows
-cmd.exe</figcaption>
-</figure>
+<p><a href="web/screenshot.png"><img src="web/screenshot.png"
+alt="Hellclient running in Windows cmd.exe" /></a></p>
 <ul>
 <li>Interactive command driven user interface</li>
 <li>Streaming home timeline</li>
--- a/web/homepage.md
+++ b/web/homepage.md
@@ -4,7 +4,7 @@
 ###### Hellclient is a readline mastodon loosely inspired by the now defunct *[TTYtter for Perl](https://www.floodgap.com/software/ttytter/)*
 Hellclient intends to provide full coverage of the interactions available in the web client- features so far include. It is also pure readline, allowing it to run on primitive terminals such as cmd.exe
 
-![Hellclient running in Windows cmd.exe](web/screenshot.png)
+[![Hellclient running in Windows cmd.exe](web/screenshot.png)](web/screenshot.png)
 
 * Interactive command driven user interface
 * Streaming home timeline
--