shithub: hell

Download patch

ref: 486397530542ff1f656917bc94c5c31be10a02f3
parent: f34797ac5fc4a7413668238dc612a477bf8aa5c4
author: penny <penny@limitedideas.org>
date: Fri Oct 17 12:09:47 EDT 2025

put the screenshot in a table?

--- a/index.html
+++ b/index.html
@@ -182,10 +182,24 @@
 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"><img src="web/screenshot.png"
-alt="Hellclient running in Windows cmd.exe" /></a></p>
-<p><em>hellclient is pure readline and runs even in primitive
-terminals</em></p>
+<table>
+<colgroup>
+<col style="width: 100%" />
+</colgroup>
+<thead>
+<tr class="header">
+<th style="text-align: center;"><a href="web/screenshot.png"><img
+src="web/screenshot.png"
+alt="Hellclient running in Windows cmd.exe" /></a></th>
+</tr>
+</thead>
+<tbody>
+<tr class="odd">
+<td style="text-align: center;"><em>hellclient is pure readline and runs
+even in primitive terminals</em></td>
+</tr>
+</tbody>
+</table>
 <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
@@ -2,9 +2,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*
+| [![Hellclient running in Windows cmd.exe](web/screenshot.png)](web/screenshot.png) |
+|:----------------------------------------------------------------------------------:|
+|      *hellclient is pure readline and runs even in primitive terminals*            |
 
 Hellclient intends to provide full coverage of the interactions available in the web client- features so far include
 
--