diff options
| author | Fuwn <[email protected]> | 2024-06-23 09:26:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-23 09:26:01 +0000 |
| commit | 20ebe230e2e400d4814f3fc7ca108a433493c3d0 (patch) | |
| tree | af63139d286b0a13b8386ceb8610ccc971f80096 /README.md | |
| parent | feat: initial release (diff) | |
| download | momoka-20ebe230e2e400d4814f3fc7ca108a433493c3d0.tar.xz momoka-20ebe230e2e400d4814f3fc7ca108a433493c3d0.zip | |
docs(readme): add sample screenshot
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -9,6 +9,18 @@ responses. Momoka is written in under 300 (280) lines of code and written in the functional [Gleam](https://gleam.run). It's designed to be small and simple. +<br> + +For reference of accuracy, here is a screenshot of the +[bollux](https://tildegit.org/acdw/bollux) client displaying both the Gopher and +the Gemini responses side-by-side. It's practically the same output, save for the +line wrapping. + +<p align="center"> + <br> + <img src="https://i.imgur.com/GyF0pEJ.png" width="75%"> +</p> + ## Usage If you'd like to test out a production deployment of Momoka, you can visit |