ref: 924804a86099316eaf6052d0c472be1b264d1fe3
parent: 9564b3bb16adfd847e566bd1fd596a6f88517d1c
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)
-[](web/screenshot.png)
-*hellclient is pure readline and runs even in primitive terminals*
+| [](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
--
⑨