From 64d8fc9ce9922f38780cc677478cbfb47b21a87e Mon Sep 17 00:00:00 2001 From: Kyle Javier [kj_sh604] Date: Mon, 16 Mar 2026 14:24:34 -0400 Subject: merge: python rewrite (#1) * refactor: Dockerfile * refactor: docker-compose.yml * refactor: docker-entrypoint.sh * refactor: src/font.php * refactor: src/fonts.php * refactor: src/index.php * refactor: src/upload.php * refactor: src/app.py * refactor: src/index.html * refactor: src/requirements.txt * refactor: 24.04 vps compatibility and README re-write * refactor: python .gitignore update * refactor: README.md--- src/index.html | 742 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 742 insertions(+) create mode 100644 src/index.html (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..ef2f584 --- /dev/null +++ b/src/index.html @@ -0,0 +1,742 @@ + + + + + + + sent-web + + + + + + + +
+

sent-web

+

suckless's sent tool ported to the very sucky web world

+
+ +
+
+ + + +
+ + + +
+
+ + + +
+ + + +
+

F5 to present · Esc to exit · ← → h l j k space enter to navigate

+
+ + +
+
+
+ + + + + \ No newline at end of file -- cgit v1.2.3