From 813d7c7263cea28ea9d754335863ca1ba0c24755 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 9 May 2026 01:49:50 +0000 Subject: [PATCH] Add lightweight single-file Markdown reader Self-contained HTML with inline CSS and a small Markdown parser. Mobile-first layout, dark mode via prefers-color-scheme, file picker plus drag-and-drop, no external requests. Co-Authored-By: Claude Opus 4.7 (1M context) --- index.html | 559 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 559 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..6bbde5a --- /dev/null +++ b/index.html @@ -0,0 +1,559 @@ + + + + + + + +mdreader + + + +
+

No file loaded

+ + + +
+
+
+

mdreader

+

Tap Open to pick a Markdown file.

+

Works offline. Add to your home screen for one-tap access.

+
+
+
+
Drop .md file to read
+ + + +