commit 81100f0d1bbb984cc256f85ba7b69b39b6579513 Author: DJP Date: Tue Sep 2 14:22:26 2025 -0400 Initial commit: Base64 viewer with auto-scaling output - 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 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