From 81100f0d1bbb984cc256f85ba7b69b39b6579513 Mon Sep 17 00:00:00 2001 From: DJP Date: Tue, 2 Sep 2025 14:22:26 -0400 Subject: [PATCH] Initial commit: Base64 viewer with auto-scaling output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - HTML page with Base64 input and render functionality - Auto-detects images vs text content - Output window scales to image size - Handles data URL prefixes - Clean, responsive design 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- index.html | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..45fe561 --- /dev/null +++ b/index.html @@ -0,0 +1,180 @@ + + + + + + Base64 Viewer + + + +

Base64 Viewer

+ +
+
+

Input Base64

+ + +
+ +
+

Output

+
+ Click "Render" to display the decoded content +
+
+
+ + + + \ No newline at end of file